Biden administration calls for developers to embrace memory-safe programing languages and move away from those that cause buffer overflows and other memory access vulnerabilities.

  • zik@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    edit-2
    4 months ago

    Java’s runtime has had a large number of CVEs in the last few years, so that’s probably a decent reason to be concerned.

    • u_tamtam@programming.dev
      link
      fedilink
      arrow-up
      5
      arrow-down
      2
      ·
      4 months ago

      Yep but:

      • it’s one runtime, so patching a CVE patches it for all programs (vs patching each and every program individually)

      • graalvm is taking care of enabling java to run on java