this post was submitted on 28 Feb 2024
180 points (97.4% liked)
World News
32282 readers
685 users here now
News from around the world!
Rules:
-
Please only post links to actual news sources, no tabloid sites, etc
-
No NSFW content
-
No hate speech, bigotry, propaganda, etc
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Pretty crazy to reccomend Java as a secure alternative.
Why? What's wrong with safe, managed and fast languages?
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.
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
Nothing...
Only that descrition doesn't include Java
Nothing really, the JVM has a pretty troubled history that would really make me hesitate to call it "safe". It was originally built before anyone gave much thought to security and that fact plauges it to the present day.
and how much of this troubled history is linked to Java Applets/native browsers extensions, and how much of it is relevant today?
Written in C++
There's a difference between writing code on a well-tested and broadly used platform implemented in C++ vs. writing new C++.