-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 2.164.2
Script Security 1.58
Permissive Script Security 0.3
Pipeline: Groovy 2.67
-
-
0.5
After updating to Script Security 1.58 permissive script security no longer permits unsafe method calls. I have -Dpermissive-script-security.enabled=no_security set up in the java args, and before upgrading to 1.58 I was receiving no warnings/errors when calling unsafe methods as expected. After upgrading I see many warnings in my pipeline log, such as:
Scripts not permitted to use staticMethod org.jenkinsci.plugins.workflow.cps.Safepoint safepoint. Administrators can decide whether to approve or reject this signature.
- causes
-
JENKINS-59227 Global Pipeline Libraries configuration lost
- Open
- is caused by
-
JENKINS-34973 RejectedAccessException thrown but no pending script approval added
- Resolved
- is related to
-
JENKINS-59145 After Jenkins upgrade pipeline script from SCM configuration is no longer visible on the GUI
- Resolved