1218.v39ca_7f7ed0a_c
github-actions
released this
16 Nov 18:01
·
153 commits
to refs/heads/master
since this release
🐛 Bug fixes
- JENKINS-42214 - Prevent the Groovy sandbox from using invalid signatures when static class members are accessed via objects instead of class references (e.g.
new String().valueOf(...)
instead ofString.valueOf(...)
) (#298) @dwnusbaum⚠️ If you had previously approved an invalid signature due to this bug, any code that uses that signature will fail after the update, and the correct signature will need to be approved by a Jenkins administrator