Addono / container-registry-proxy

A proxy for modifying modifying requests to Docker-compatible container requests on the fly. Bring your own custom behaviour through an extensive plugin-system.
https://github.com/Addono/container-registry-proxy
MIT License
12 stars 2 forks source link

🚨 [security] Upgrade semantic-release: 17.4.7 → 20.1.0 (major) #389

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year ago

🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ semantic-release (17.4.7 → 20.1.0) · Repo

Security Advisories 🚨

🚨 Exposure of Sensitive Information to an Unauthorized Actor in semantic-release

Impact

What kind of vulnerability is it? Who is impacted?

Secrets that would normally be masked by semantic-release can be accidentally disclosed if they contain characters that are excluded from uri encoding by encodeURI. Occurrence is further limited to execution contexts where push access to the related repository is not available without modifying the repository url to inject credentials.

Patches

Has the problem been patched? What versions should users upgrade to?

Fixed in 19.0.3

Workarounds

Is there a way for users to fix or remediate the vulnerability without upgrading?

Secrets that do not contain characters that are excluded from encoding with encodeURI when included in a URL are already masked properly.

References

Are there any links users can visit to find out more?

For more information

If you have any questions or comments about this advisory:

Release Notes

20.1.0

20.1.0 (2023-01-25)

Features

  • plugins: add support for loading ESM plugins (#2688) (d170f73)

20.0.4

20.0.4 (2023-01-24)

Bug Fixes

  • windows: fixed issues preventing execution from windows (#2672) (5df624c)

20.0.3

20.0.3 (2023-01-23)

Reverts

  • Revert "chore(deps): update dependency ava to v5.1.1" (#2682) (914b0a2), closes #2682

20.0.2

20.0.2 (2023-01-08)

Bug Fixes

  • deps: update dependency semver-diff to v4 (#1915) (cb45d27)

20.0.1

20.0.1 (2023-01-07)

Bug Fixes

  • deps: update dependency cosmiconfig to v8 (f914c1e)
  • deps: update dependency hosted-git-info to v6 (c4da008)

20.0.0

BREAKING CHANGES

  • esm: semantic-release is now ESM-only. since it is used through its own executable, the impact on consuming projects should be minimal
  • esm: references to plugin files in configs need to include the file extension because of executing in an ESM context
  • node-versions: node v18 is now the minimum required version of node. this is in line with our node support policy. please see our recommendations for releasing with a different node version than your project normally uses, if necessary.

Features

Bug Fixes

  • env-ci: updated to the stable esm-only version (#2632) (918eb59)
  • secrets-masking: used the proper named import from hook-std to enable masking for stderr (#2619) (cf6befa)

19.0.5

19.0.5 (2022-08-23)

Reverts

19.0.4

19.0.4 (2022-08-22)

Bug Fixes

19.0.3

19.0.3 (2022-06-09)

Bug Fixes

  • log-repo: use the original form of the repo url to remove the need to mask credentials (#2459) (58a226f), closes #2449

19.0.2

19.0.2 (2022-01-18)

Bug Fixes

  • npm-plugin: upgraded to the stable version (0eca144)

18.0.1

18.0.1 (2021-11-24)

Bug Fixes

  • bump @semantic-release/commit-analyzer to 9.0.2 (#2258) (7f971f3)

18.0.0

BREAKING CHANGES

  • node-version: the minimum required version of node is now v14.17

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 1 year ago

Closed in favor of #395.