Getting Started Hacking Third-Party APIs on the JVM
Some alternatives that allow you to make third-party APIs behave in a way that their designers didn't intend to!

Nicolas Frankel
2,411 viewsSome alternatives that allow you to make third-party APIs behave in a way that their designers didn't intend to!
Peter Firmstone
7,668 viewsSecurityManager, foundation to build secure software, on its own is insufficient to limit users & software to the least privilege principle.
Brian Vermeer
9,849 viewsCross-site scripting (XSS) is a well-known issue and mostly utilized in JavaScript applications. However, Java is not immune to this!
Brian Vermeer
4,009 viewsWith anchors, you can create a YAML bomb! The tremendous amount of (nested) objects will cause a memory overload.
Brian Vermeer
4,585 viewsLet’s see how we can integrate security and secure development into IntelliJ IDEA using the new Snyk vulnerability scanner plugin!

Baruch Sadogursky
6,488 viewsThe npm Registry is vulnerable to supply chain namespace shadowing, also known as “Dependency Confusion” attacks!

Brian Vermeer
10,900 viewsSQL injection, when a user adds untrusted data to a database query, is one of the most dangerous vulnerabilities for online applications.
Brian Vermeer
3,417 viewsCode reviews are hard to do well. Particularly when you’re not entirely sure about the errors you should be looking for!
Brian Vermeer
5,108 viewsCode reviews are hard to do well. Particularly when you’re not entirely sure about the errors you should be looking for!
Michael Roeschter
3,126 viewsLearn how to write to disk safely in Java, combining disk sync, shutdown hooks, and atomic renaming of files!