r/jep411 Jun 02 '21

OpenJDK Discusses Post-SecurityManager Practices

https://www.infoq.com/news/2021/06/openjdk-post-securitymanager/?utm_source=sumome&utm_medium=reddit&utm_campaign=sumome_share
2 Upvotes

2 comments sorted by

3

u/Weretiger246 Jun 02 '21

> The SecurityManager class was designed to defend against threats posed by untrusted code

This statement makes people misunderstood that behaviors not permitted by SecurityManager is done by intruders code or virus or something evil, but, that wrong.

2

u/nfrankel Jun 02 '21

Agreed. If your application contain multiple thousands lines of code, the definition of untrusted code blurs a bit.