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

Mend Renovate

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 has been generated by Mend Renovate. View repository job log here.

@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 NoteSource
Telemetry npm/next@10.2.3
  • Note: Can be disabled by setting the environment variable NEXT_TELEMETRY_DISABLED=1 . See https://nextjs.org/telemetry for more information

View full report↗︎

Next steps

What is telemetry?

This package contains telemetry which tracks how it is used.

Most telemetry comes with settings to disable it. Consider disabling telemetry if you do not want to be tracked.

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/next@10.2.3

@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 v23 [SECURITY] Apr 25, 2024
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v23 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] Apr 25, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 99eff26 to 09c5b89 Compare April 25, 2024 12:47
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 09c5b89 to 4380f9e Compare May 1, 2024 17:13
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v23 [SECURITY] May 1, 2024
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v23 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] May 1, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 4380f9e to 67cbae0 Compare May 1, 2024 18:15
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 67cbae0 to e2ef03a Compare May 9, 2024 11:12
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v23 [SECURITY] May 9, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from e2ef03a to 5bc4db3 Compare May 9, 2024 13:24
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v23 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] May 9, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 5bc4db3 to 68a0b44 Compare May 15, 2024 14:21
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v23 [SECURITY] May 15, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 68a0b44 to 6181b72 Compare May 15, 2024 22:44
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v23 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] May 15, 2024
@renovate renovate bot force-pushed the renovate/npm-semantic-release-vulnerability branch from 6181b72 to 5d68ad9 Compare June 4, 2024 15:09
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v19 [SECURITY] ⬆️ Updates semantic-release to v24 [SECURITY] Jun 4, 2024
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 5d68ad9 to 601bb5e Compare June 4, 2024 19:19
@renovate renovate bot changed the title ⬆️ Updates semantic-release to v24 [SECURITY] ⬆️ Updates semantic-release to v19 [SECURITY] Jun 4, 2024
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.

None yet

0 participants