Securing Symmetric Encryption Algorithms in Java
Encryption is converting readable data or plaintext into unreadable data or ciphertext, ensuring that even if encrypted data is intercepted, …

Java Champions & Developer Advocate and Software Engineer for Snyk. Passionate about Java, (Pure) Functional Programming, and Cybersecurity. Co-leading the Virtual JUG, NLJUG and DevSecCon community. Brian is also an Oracle Groundbreaker Ambassador and regular international speaker on mostly Java-related conferences.
1 views

Brian Vermeer
7,323 viewsEncryption is converting readable data or plaintext into unreadable data or ciphertext, ensuring that even if encrypted data is intercepted, …

Brian Vermeer
7,741 viewsKeeping your dependencies in check is crucial to ensure that your Spring Boot projects run smoothly and remain resilient in the face of …

Brian Vermeer
7,177 viewsAn in-depth exploration of utilizing JLink to optimize Docker image sizes, enhancing application security and performance.

Brian Vermeer
8,536 viewsIn December of last year, we reported CVE-2022-1471 to you. This unsafe deserialization problem could easily lead to arbitrary code …

Brian Vermeer
5,743 viewsBy taking a proactive approach to XSS prevention and using the right resources and tools, developers can help ensure the security and …

Brian Vermeer
7,275 viewsPath traversal vulnerabilities are a serious threat to Java web applications, amongst the top security issues Snyk finds in Java code.

Brian Vermeer
6,788 viewsJava is a compiled language, so you should create an SBOM whenever you build a release version of your application. Find out more here!

Brian Vermeer
6,724 viewsorg.yaml:snakeyaml package is widely used in the Java ecosystem, in part because it is packaged by default in the spring-boot-starter.

We invited Java security experts to dive into the fascinating world of secure coding and detecting vulnerabilities in your Java …

Brian Vermeer
6,809 viewsResolve this issue by upgrading to commons-text version 1.10 (or later), which disables the prefixes URL, DNS, and script by default.