jenkinsci / extended-choice-parameter-plugin

Jenkins extended-choice-parameter plugin
https://plugins.jenkins.io/extended-choice-parameter/
MIT License
74 stars 98 forks source link

Bump script-security from 1189.vb_a_b_7c8fd5fde to 1228.vd93135a_2fb_25 #69

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps script-security from 1189.vb_a_b_7c8fd5fde to 1228.vd93135a_2fb_25.

Release notes

Sourced from script-security's releases.

1228.vd93135a_2fb_25

🐛 Bug fixes

  • Fix interception of return statements in closures in sandboxed Groovy scripts (#479) @​dwnusbaum

👻 Maintenance

  • Reduce reflection in SecureGroovyScript (#478) @​basil
  • Override getCategory() instead of getCategoryName() (#473) @​offa
  • Replace deprecated RUN_SCRIPTS with ADMINISTER permission (#471) @​offa

📦 Dependency updates

1218.v39ca_7f7ed0a_c

🐛 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

1209.v50b_005db_19db

👷 Changes for plugin developers

  • Workaround for JDK-8231454 on Java 11 is no longer necessary as of 11.0.17 (#459) @​basil

👻 Maintenance

🚦 Tests

📦 Dependency updates

1190.v65867a_a_47126

🔒 Security

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #77.