-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Jenkins 2.46, Script Security Plugin 1.26
-
-
script-security 1218.v39ca_7f7ed0a_c
Since hudson.scm.EditType implementation has not changed in the last 10 years, I think either the white listing never ever worked, or (less likely?) the white listing syntax changed and in the past there was no differentiation between static and non-static fields.
Anyway, could you please change the following in "org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/jenkins-whitelist":
- From old:
field hudson.scm.EditType ADD field hudson.scm.EditType DELETE field hudson.scm.EditType EDIT
- => New:
staticField hudson.scm.EditType ADD staticField hudson.scm.EditType DELETE staticField hudson.scm.EditType EDIT
- is related to
-
JENKINS-30412 Access to build's own changelog from script
-
- Resolved
-
- links to
[JENKINS-42214] Field entries for hudson.scm.EditType fields in "jenkins-whitelist" must be static
Assignee | New: Jesse Glick [ jglick ] |
Assignee | Original: Jesse Glick [ jglick ] |
Link |
New:
This issue is related to |
Remote Link | New: This issue links to "jenkinsci/script-security-plugin#298 (Web Link)" [ 24915 ] |
Assignee | New: Devin Nusbaum [ dnusbaum ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Released As | New: script-security 1218.v39ca_7f7ed0a_c | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |