You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PAC script parsing is done via the Java scripting engine.
These is unsecure per default. A malicous PAC script could run arbitrary code and even access the operating system via Runtime.exec
PAC script parsing is done via the Java scripting engine.
These is unsecure per default. A malicous PAC script could run arbitrary code and even access the operating system via Runtime.exec
To prevent this we have to sandbox the script parser.
See: https://github.com/javadelight/delight-nashorn-sandbox
The text was updated successfully, but these errors were encountered: