DEV Community

Discussion on: Security best practices for Go & Java

Collapse
 
baso53 profile image
Sebastijan Grabar

Could you please explain why should we avoid dynamic class loading in Java? We kind of want to do that on our project very soon. Only users with access to the application folder would have access to that, so I don't know how could this be exploited.

Could you provide an example for that?