Secure CI/CD Pipelines with GitHub Actions for Your Java Apps
Learn how to integrate Snyk into your GitHub CI/CD to automate security scanning as part of your build cycle prior to production.

Brian Vermeer
9,526 viewsLearn how to integrate Snyk into your GitHub CI/CD to automate security scanning as part of your build cycle prior to production.

Nicolas Frankel
2,880 viewsWhen header values depend on the web app, we need to reload the configuration without downtime and Continuous Deployment pipeline …

Brian Vermeer
5,385 viewsDeserialization vulnerabilities work natively in Java, how attack chains are created, not restricted to Java's custom serialization …
Brian Vermeer
13,389 viewsThe first rule of password hashing algorithms is: Don't write your own password hashing algorithm! Let's learn how we do password hashing.

Deepu K Sasidharan
7,890 viewsJava 18, released last month, includes the 2nd incubator of the Foreign Function & Memory API (FFI). Let's look at the state of the Java …

Brian Vermeer
3,544 viewsWe’ll explore how remote code execution (RCE) works, explaining Spring4Shell, a zero-day vulnerability in the Spring framework that could …

Shai Almog
2,615 viewsA new issue impacting Spring Core on Java 9 and newer could be the next Log4J. Here's what I know so far (mitigation and investigation).

Jadon Ortlepp
3,468 viewsWatch a 10 minute discussion on Log4j, security processes and prioritization, and how Payara dealt with the vulnerability.

Brian Vermeer
5,487 viewsLearn about common threats, vulnerabilities, and misconfiguration including the recently disclosed issues in Log4j.

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