Skip to content

1218.v39ca_7f7ed0a_c

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 18:01
· 153 commits to refs/heads/master since this release
39ca7f7

🐛 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 of String.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