swagger-parser icon indicating copy to clipboard operation
swagger-parser copied to clipboard

SecurityManager violation using System.getenv

Open klam2010 opened this issue 1 year ago • 0 comments

The use System.getenv is pulling operating system environments that are not contained to just a java JVM.

This may cause SecurityManager access exceptions.

Most recent commit that uses the field: https://github.com/swagger-api/swagger-parser/commit/10a43466dee9606b29b24d888ae9558f91d48024

klam2010 avatar Oct 11 '23 02:10 klam2010