codeandme
codeandme copied to clipboard
Bump script-security from 1.46 to 1229.v4880b_b_e905a_6 in /jenkins/07_pipeline/builder.hello
Bumps script-security from 1.46 to 1229.v4880b_b_e905a_6.
Release notes
Sourced from script-security's releases.
1229.v4880b_b_e905a_6
🔒 Security
- Fix SECURITY-3016
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
- Bump bom-2.346.x from 1382.v7d694476f340 to 1742.vb_70478c1b_25f (#480)
@dependabot1218.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 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
1209.v50b_005db_19db
👷 Changes for plugin developers
👻 Maintenance
🚦 Tests
- Add Java 17 to test matrix (owner-filed) (#467)
@jglick- Never try to treat
URL.pathas a file path (#465)@jglick📦 Dependency updates
- Bump plugin from 4.47 to 4.50 (#463)
@dependabot1190.v65867a_a_47126
... (truncated)
Changelog
Sourced from script-security's changelog.
Changelog
From of version 1.77 see GitHub Releases
Version 1.76
Release date: 2021-02-01
- Improvement: Add the following to the default list of approved signatures ([PR #308](jenkinsci/script-security-plugin#308), [PR #310](jenkinsci/script-security-plugin#310)):
- All static methods and fields in
java.lang.Math- All methods related to
java.lang.StringBuilderandjava.lang.StringBuffer- All methods related to
java.lang.CharSequenceandjava.lang.Stringapart fromString.intern()- All static methods and fields in
java.nio.charset.Charset- All methods related to
java.util.Base64,java.util.Base64.Decoder, andjava.util.Base64.Encoder- Internal: Update dependencies and parent POM ([PR #311](jenkinsci/script-security-plugin#311), [PR #313](jenkinsci/script-security-plugin#313), [PR #314](jenkinsci/script-security-plugin#314), [PR #316](jenkinsci/script-security-plugin#316), [PR #317](jenkinsci/script-security-plugin#317), [PR #321](jenkinsci/script-security-plugin#321), [PR #323](jenkinsci/script-security-plugin#323), [PR #324](jenkinsci/script-security-plugin#324), [PR #326](jenkinsci/script-security-plugin#326))
Version 1.75
Release date: 2020-09-23
- Fix sandbox bypass vulnerability
- Improvement: Add the following to the default list of approved signatures:
DefaultGroovyMethods.and(Boolean, Boolean)DefaultGroovyMethods.toBoolean(Boolean)DefaultGroovyMethods.toDouble(String)StringGroovyMethods.toBoolean(String)StringGroovyMethods.toDouble(CharSequence)StringGroovyMethods.toDouble(String)StringGroovyMethods.toInteger(CharSequence)StringGroovyMethods.toInteger(String)Version 1.74
Release date: 2020-06-30
- Improvement: On the Manage Jenkins page in Jenkins 2.226 and newer, display the link to the In-process Script Approval page under "Security" instead of "Uncategorized". (PR 302)
- Improvement: Add the following to the list of approved Jenkins-related signatures:
BallColor.getHtmlBaseColorResult.colorResult.fromString(String)Version 1.73
Release date: 2020-06-03
- Fix security vulnerability. (SECURITY-1866)
Version 1.72
Release date: 2020-05-11
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.