home.social

#javasecurity — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #javasecurity, aggregated by home.social.

fetched live
  1. Semgrep is not a replacement for review. It is a cheap way to stop one bad pattern early.

    I wrote a Quarkus walkthrough that builds a small document API, then blocks concatenated native queries in agent-generated Java with Semgrep, pre-commit, AGENTS.md, and CI.

    the-main-thread.com/p/quarkus-

    #Quarkus #Semgrep #JavaSecurity

  2. Semgrep is not a replacement for review. It is a cheap way to stop one bad pattern early.

    I wrote a Quarkus walkthrough that builds a small document API, then blocks concatenated native queries in agent-generated Java with Semgrep, pre-commit, AGENTS.md, and CI.

    the-main-thread.com/p/quarkus-

    #Quarkus #Semgrep #JavaSecurity

  3. Still treating security as something you bolt on later? #Java25 brings security into the language itself. Mihaela Gheorghe-Roman breaks down how sealed classes, records & pattern matching close entire classes of vulnerabilities. → javapro.io/2025/12/30/security

    @openjdk #JavaSecurity

  4. Still treating security as something you bolt on later? #Java25 brings security into the language itself. Mihaela Gheorghe-Roman breaks down how sealed classes, records & pattern matching close entire classes of vulnerabilities. → javapro.io/2025/12/30/security

    @openjdk #JavaSecurity

  5. Join us for this live-coding webinar tomorrow & get hands on guidance for improving authentication, authorization, and runtime validation in your Java applications!
    crowdcast.io/c/modern-java-sec

    #Java #JavaEE #JakartaEE #JavaDeveloper #Security #JavaSecurity #PayaraCommunity @jakartaee

  6. Wenn hashCode(), lügt wird die #HashMap inkonsistent. Im sicherheitskritischen Bereich fatal: Lookup-Ausfall, Authorization Bypass, Resource Lock Hijack — alles möglich. @svenruppert liefert eine genaue Analyse mit interaktiver #Vaadin-Demo: javapro.io/de/wenn-hashcode-lu

    #JavaSecurity

  7. Wenn hashCode(), lügt wird die #HashMap inkonsistent. Im sicherheitskritischen Bereich fatal: Lookup-Ausfall, Authorization Bypass, Resource Lock Hijack — alles möglich. @svenruppert liefert eine genaue Analyse mit interaktiver #Vaadin-Demo: javapro.io/de/wenn-hashcode-lu

    #JavaSecurity

  8. Mutable Schlüssel in #HashMaps können zu unsichtbaren Einträgen führen. Warum hashCode()-Änderungen fatale Folgen für Lookup, Security & Konsistenz haben, zeigt @svenruppert in der interaktiven #Vaadin-Demo. Teste es: javapro.io/de/wenn-hashcode-lu

    #Vaadin #Java #JavaSecurity @Vaadin

  9. Mutable Schlüssel in #HashMaps können zu unsichtbaren Einträgen führen. Warum hashCode()-Änderungen fatale Folgen für Lookup, Security & Konsistenz haben, zeigt @svenruppert in der interaktiven #Vaadin-Demo. Teste es: javapro.io/de/wenn-hashcode-lu

    #Vaadin #Java #JavaSecurity @Vaadin

  10. ⚠️ Androxgh0st botnet is back and evolving

    🎯 Targets US universities including UC San Diego

    💥 Uses RCE, JNDI, OGNL, web shells

    🛡️ Patch devices now!

    🔗 hackread.com/androxgh0st-botne

    #Androxgh0st #CyberSecurity #RCE #InfoSec #JavaSecurity

  11. ⚠️ Androxgh0st botnet is back and evolving

    🎯 Targets US universities including UC San Diego

    💥 Uses RCE, JNDI, OGNL, web shells

    🛡️ Patch devices now!

    🔗 hackread.com/androxgh0st-botne

    #Androxgh0st #CyberSecurity #RCE #InfoSec #JavaSecurity

  12. Wie entsteht aus der harmlosen #HashMap ein Sicherheitsrisiko? Ganz einfach: mutable Schlüssel + veränderte Attribute = unsichtbare Einträge. Perfekter Nährboden für Angriffe!

    @svenruppert zeigt Probleme & Strategien zur Vermeidung: javapro.io/de/wenn-hashcode-lu

    #Vaadin #JavaSecurity

  13. Wie entsteht aus der harmlosen #HashMap ein Sicherheitsrisiko? Ganz einfach: mutable Schlüssel + veränderte Attribute = unsichtbare Einträge. Perfekter Nährboden für Angriffe!

    @svenruppert zeigt Probleme & Strategien zur Vermeidung: javapro.io/de/wenn-hashcode-lu

    #Vaadin #JavaSecurity

  14. #Java Cryptography Architecture (JCA) - An Overview

    Provider-based crypto framework enables secure hashing, digital signatures, key management & more — all modular, extensible, and ready for real-world security needs. #JavaSecurity #Cryptography #JCA #SecureCoding

    svenruppert.com/2025/04/03/jav

  15. #Java Cryptography Architecture (JCA) - An Overview

    Provider-based crypto framework enables secure hashing, digital signatures, key management & more — all modular, extensible, and ready for real-world security needs. #JavaSecurity #Cryptography #JCA #SecureCoding

    svenruppert.com/2025/04/03/jav

  16. Java serialization was seen as magic, enabling easy data persistence without the portability issues of C. But today, it's considered 'the gift that keeps giving' for security vulnerabilities. Let's explore why & how to mitigate these risks #JavaSecurity debugagent.com/java-serializat

  17. Java serialization was seen as magic, enabling easy data persistence without the portability issues of C. But today, it's considered 'the gift that keeps giving' for security vulnerabilities. Let's explore why & how to mitigate these risks #JavaSecurity debugagent.com/java-serializat

  18. 🔐 In the connected world, securing digital data has become a necessity. Dive into the world of symmetric encryption algorithms in #Java and learn how to keep your data safe. Check out the article here: buff.ly/491EJhh #CyberSecurity #JavaSecurity

  19. 🔐 In the connected world, securing digital data has become a necessity. Dive into the world of symmetric encryption algorithms in #Java and learn how to keep your data safe. Check out the article here: buff.ly/491EJhh #CyberSecurity #JavaSecurity

  20. ✍️ Creating a secure Java application? This article by @snyksec covers everything you need to know about symmetric encryption algorithms in Java. Don't miss out! #JavaSecurity #Encryption 👉 buff.ly/45Itpnj

  21. ✍️ Creating a secure Java application? This article by @snyksec covers everything you need to know about symmetric encryption algorithms in Java. Don't miss out! #JavaSecurity #Encryption 👉 buff.ly/45Itpnj

  22. Avoid Reflective and Stored XSS attacks in your Java web app. Snyk Code can help identify vulnerabilities and pinpoint their exact location. #JavaSecurity #XSS #SnykCode t.co/03dKe1xBKK t.co/KpJxmUeGrE

  23. Avoid Reflective and Stored XSS attacks in your Java web app. Snyk Code can help identify vulnerabilities and pinpoint their exact location. #JavaSecurity #XSS #SnykCode t.co/03dKe1xBKK t.co/KpJxmUeGrE

  24. Avoid Reflective and Stored XSS attacks in your Java web app. Snyk Code can help identify vulnerabilities and pinpoint their exact location. #JavaSecurity #XSS #SnykCode t.co/03dKe1xBKK t.co/2Elx044VvE

  25. Avoid Reflective and Stored XSS attacks in your Java web app. Snyk Code can help identify vulnerabilities and pinpoint their exact location. #JavaSecurity #XSS #SnykCode t.co/03dKe1xBKK t.co/2Elx044VvE

  26. CW: Test automation

    How to fuzz Java projects in Gradle using CI Fuzz CLI

    We open-sourced CI Fuzz CLI, a fuzz testing solution for Java, that integrates into JUnit and other popular dev tools.
    I’ve created a tutorial to show how easy it can be to uncover vulnerabilities in Java applications using CI Fuzz CLI in #Gradle.

    More of this in my live stream next week: code-intelligence.com/webinar/

    #javasecurity #testautomation #fuzzing #JUnit

  27. CW: Test automation

    How to fuzz Java projects in Gradle using CI Fuzz CLI

    We open-sourced CI Fuzz CLI, a fuzz testing solution for Java, that integrates into JUnit and other popular dev tools.
    I’ve created a tutorial to show how easy it can be to uncover vulnerabilities in Java applications using CI Fuzz CLI in #Gradle.

    More of this in my live stream next week: code-intelligence.com/webinar/

    #javasecurity #testautomation #fuzzing #JUnit

  28. We open-source our CLI fuzzing solution for Java ☕

    With CI Fuzz CLI, you can now deploy fuzz testing to uncover blind spots in your Java code.

    The CLI tool can be incorporated into existing unit testing frameworks (e.g., JUnit) using three basic commands on your command line or IDE.

    If you ever ran a unit test, you will be able to use CI Fuzz CLI.

    Compatible with #Maven and #Gradle.

    Check out the repo: github.com/CodeIntelligenceTes

    #fuzzing #javasecurity #unittesting