Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Updates semantic-release to v19 [SECURITY] #1671

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 18, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semantic-release ^17.4.4 -> ^19.0.3 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2022-31051

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

semantic-release/semantic-release (semantic-release)

v19.0.3

Compare Source

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

v19.0.2

Compare Source

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

v19.0.1

Compare Source

Bug Fixes
  • npm-plugin: upgraded to the latest beta version (8097afb)

v19.0.0

Compare Source

Bug Fixes
  • npm-plugin: upgraded to the beta, which upgrades npm to v8 (f634b8c)
  • upgrade marked to resolve ReDos vulnerability (#​2330) (d9e5bc0)
BREAKING CHANGES
  • npm-plugin: @semantic-release/npm has also dropped support for node v15
  • node v15 has been removed from our defined supported versions of node. this was done to upgrade to compatible versions of marked and marked-terminal that resolved the ReDoS vulnerability. removal of support of this node version should be low since it was not an LTS version and has been EOL for several months already.

v18.0.1

Compare Source

Bug Fixes

v18.0.0

Compare Source

This is a maintenance release. An increasing amount of dependencies required a node version higher than the Node 10 version supported by semantic-release@17. We decided to go straight to a recent Node LTS version because the release build is usually independent of others, requiring a higher node version is less disruptive to users, but helps us reduce the maintenance overhead.

If you use GitHub Actions and need to bump the node version set up by actions/node-setup, you can use octoherd-script-bump-node-version-in-workflows

BREAKING CHANGES

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

v17.4.7

Compare Source

Bug Fixes
  • engines: fixed defined node version to account for the higher requirement from the npm plugin (#​2088) (ea52e17)

v17.4.6

Compare Source

Bug Fixes

v17.4.5

Compare Source

Bug Fixes
  • deps: update dependency marked to v3 (6e4beb8)

Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changelogg
Copy link

changelogg bot commented Jun 18, 2022

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@viezly
Copy link

viezly bot commented Jun 18, 2022

Pull request by bot. No need to analyze

@github-actions
Copy link

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

@github-actions
Copy link

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

@github-actions
Copy link

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v20 [SECURITY] Mar 16, 2023
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from fe03a37 to c555397 Compare March 16, 2023 22:01
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v20 [SECURITY] ⬆️ Updates semantic-release to v21 [SECURITY] Mar 27, 2023
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from c555397 to 571b2bf Compare March 27, 2023 17:02
@socket-security
Copy link

socket-security bot commented Mar 27, 2023

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Critical CVE npm/loader-utils@1.2.3 ⚠︎
Critical CVE npm/shell-quote@1.7.2 ⚠︎
Critical CVE npm/jsonpath-plus@0.19.0 ⚠︎

View full report↗︎

Next steps

What is a critical CVE?

Contains a Critical Common Vulnerability and Exposure (CVE).

Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/loader-utils@1.2.3
  • @SocketSecurity ignore npm/shell-quote@1.7.2
  • @SocketSecurity ignore npm/jsonpath-plus@0.19.0

@renovate renovate bot changed the title ⬆️ Updates semantic-release to v21 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] Mar 27, 2023
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 571b2bf to 91ce0e6 Compare March 27, 2023 18:09
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v21 [SECURITY] Apr 3, 2023
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 91ce0e6 to dc7549c Compare April 3, 2023 10:07
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v21 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] Apr 3, 2023
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from dc7549c to d46c1e0 Compare April 3, 2023 12:40
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from d46c1e0 to a5b2e7b Compare April 17, 2023 10:28
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v21 [SECURITY] Apr 17, 2023
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v21 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] Apr 17, 2023
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from a5b2e7b to 5746353 Compare April 17, 2023 15:18
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v24 [SECURITY] Nov 17, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 55acffc to 41d9e44 Compare November 17, 2024 19:00
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v24 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] Nov 17, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 41d9e44 to cd3b581 Compare December 2, 2024 12:28
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v24 [SECURITY] Dec 2, 2024
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v24 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] Dec 2, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from cd3b581 to d86104b Compare December 2, 2024 15:37
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from d86104b to 82c5af8 Compare December 17, 2024 23:07
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v24 [SECURITY] Dec 17, 2024
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v24 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] Dec 18, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 82c5af8 to bb1ffec Compare December 18, 2024 02:54
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from bb1ffec to 6c18534 Compare December 22, 2024 19:53
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v24 [SECURITY] Dec 22, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 6c18534 to a3f60a9 Compare December 22, 2024 22:57
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v24 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] Dec 22, 2024
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v24 [SECURITY] Jan 14, 2025
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from a3f60a9 to ba4bfe2 Compare January 14, 2025 19:40
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from ba4bfe2 to d7537ef Compare January 15, 2025 00:26
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v24 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants