#securitymanager — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #securitymanager, aggregated by home.social.
-
AI e Security Manager: un'alleanza strategica per la sicurezza: di Maurizio Grasso - Direttore Commerciale di DAB Sistemi Integrati Negli ultimi anni, l'intelligenza artificiale - AI ha trasformato numerosi settori, compresa la sicurezza. Per un Security Manager, l'AI non e' solo un supporto tecnologico, ma un'opportunita' concreta per rendere...
#MaurizioGrasso #dabsi #AI #SecurityManager #sicurezza http://dlvr.it/TJrnH6 -
Detoxifying the JDK Source Code
https://stuartmarks.wordpress.com/2024/12/12/detoxifying-the-jdk-source-code/
#Java #openjdk #SecurityManager -
Posted: Detoxifying the JDK Source Code. This is about the nice cleanups we’ve done after the removal of the Security Manager.
https://stuartmarks.wordpress.com/2024/12/12/detoxifying-the-jdk-source-code/
-
Cursed code snippet #351:
// Make trouble for ourselves
if (System.getSecurityManager() == null)
System.setSecurityManager(new RMISecurityManager()); -
Making #Rust supply chain attacks harder with #Cackle
https://davidlattimore.github.io/making-supply-chain-attacks-harder.html
The fun part of it is that it's the compile-time equivalent of Java's #SecurityManager that Oracle deprecated because... reasons. I'm waiting for the next Lo4gshell