Security 5

sort: newest ▾
Security
May 11, 2026 · 1 min

Is Your Java App Actually Secure, Or Does It Just Look That Way?

Your Java app passes the build, the tests are green, and the dashboard looks fine. But are the libraries underneath still maintained, or are they quietly collecting …

#podcast#foojay#java#security
Security
Dec 16, 2024 · 1 min

Foojay Podcast #63: How do we keep our Java applications up to date and secure?

Most teams want to run a current Java version, yet many production systems stay stuck on old releases and outdated dependencies. Management priorities, legacy code, and fear of …

#podcast#foojay#java#openrewrite
Security
Sep 30, 2024 · 1 min

Foojay Podcast #58: How Java Developers Can Secure Their Code

Three years after Log4Shell shook the Java world, the same class of problems keeps showing up in production code. Outdated dependencies, SQL injection, deserialization bugs, and …

#podcast#foojay#java#security
May 27, 2024 · 1 min

Foojay Podcast #50: JCON Report, Part 2 - Maven, Software Security, Code Quality

A broken build pipeline or a sneaky transitive dependency can derail a Java project for days. The talks at JCON kept coming back to the same question. How do we keep our code …

#podcast#foojay#java#maven
Nov 21, 2022 · 1 min

Foojay Podcast #7: Security in Java, what do we need to know and how to keep our applications secure?

Every Java application carries a stack of dependencies, and any one of them can hide a vulnerability that puts your users at risk. Knowing how to spot weak spots, harden code, and …

#podcast#foojay#java#security