Detect, Track, Verify Security Issues & 0-Days
Learn about major milestones in app security: finding the issue, evaluating a breach, proving it, and validating the fix!

Shai Almog
3,091 viewsLearn about major milestones in app security: finding the issue, evaluating a breach, proving it, and validating the fix!

Nicolas Frankel
2,791 viewsSecurity is the poster child of a Non-Functional Requirement: most people don't care until the proverbial matter hits the rotary propeller.

Jadon Ortlepp
3,588 viewsWhile more than 26 years old, Java is still one of the top three most popular programming languages. Find out how to find out why and how!

Nicolas Frankel
3,726 viewsI'm afraid the deprecation of the Security Manager just added several lines to that risk, all linked to running untrusted code.
Karsten Silz
3,187 viewsI think the Java community handled this crisis poorly and needs to do much better next time. What do you think?
Brian Vermeer
6,380 viewsA pragmatic guide to Java logging—what should we log, what shouldn’t we log, and how to implement Java logging properly.

Roy van Rijn
3,667 viewsOver the last couple of days (and nights) I’ve been studying the new (extremely dangerous) vulnerability in log4j2 called Log4Shell.

Erik Costlow
11,213 viewsJava developers typically choose from several logging systems or facades. Many of these logging frameworks have grown to work together.
Brian Vermeer
6,514 viewsOn Dec.10, 2021, a new, critical Log4j vulnerability was disclosed: Log4Shell. All current versions of log4j2 up to 2.14.1 are vulnerable.

Geertjan Wielenga
4,204 viewsEverything foojay collected on Log4Shell (CVE-2021-44228): the RCE itself, the LDAP attack vectors on recent JDKs, how to find out what …