jenkinsci / ghprb-plugin

github pull requests builder plugin for Jenkins
https://plugins.jenkins.io/ghprb/
MIT License
498 stars 606 forks source link

Bump script-security from 1.25 to 1.75 #846

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps script-security from 1.25 to 1.75.

Changelog

Sourced from script-security's changelog.

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.getHtmlBaseColor
    • Result.color
    • Result.fromString(String)

Version 1.73

Release date: 2020-06-03

Version 1.72

Release date: 2020-05-11

  • This plugin now requires Jenkins 2.176.4 or newer.
  • Improvement: Add various methods to the default list of approved signatures: (JENKINS-61952, PR 242, PR 295, PR 296)
    • Remaining java.util.regex.Matcher methods
    • Methods related to java.time.Instant
    • Methods and fields defined on java.text.DateFormat
    • Most methods defined on java.text.Format
    • Methods and fields defined on java.util.Calendar
    • Boolean.booleanValue
    • Collection.containsAll(Collection)
    • List.indexOf(Object)
    • Various extension methods defined in DefaultGroovyMethods
  • Improvement: Make SecureGroovyScript and ClasspathEntry serializable so that they can be used by Active Choices Plugin. (JENKINS-39742)
  • Fix: Clear static field signatures correctly when signature approvals are reset. (PR 290)
  • Internal: Update parent POM and minimum required Jenkins version to fix build errors when testing against new versions of Jenkins. (PR 293)
  • Internal: Update caffeine dependency to 2.8.2. (PR 294)

... (truncated)

Commits
  • 697fc1e [maven-release-plugin] prepare release script-security-1.75
  • 79d1e92 [SECURITY-2020]
  • e9ec442 Merge pull request #304 from jvz/JENKINS-63171
  • 0b3a30b Add one more
  • 55a2c7f Fix typos
  • d991a88 Add StringGroovyMethods equivalents
  • b171b3b [JENKINS-63171] Add more generic whitelist entries
  • 1435f12 [maven-release-plugin] prepare for next development iteration
  • f312921 [maven-release-plugin] prepare release script-security-1.74
  • 83b43d8 Merge pull request #303 from dwnusbaum/changelog-1.74
  • Additional commits viewable in compare view


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will 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](https://github.com/jenkinsci/ghprb-plugin/network/alerts).
dependabot[bot] commented 1 year ago

Superseded by #851.