agiledigital / jiralint

A library and supporting CLI tool for linting deliveries, issues and people as they manifest in Jira.
7 stars 3 forks source link

fix(deps): update dependency semantic-release to v20 [security] - autoclosed #272

Closed renovate[bot] closed 5 days ago

renovate[bot] commented 5 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semantic-release 19.0.5 -> 20.0.0 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) ### [`v20.0.0`](https://redirect.github.com/semantic-release/semantic-release/releases/tag/v20.0.0) [Compare Source](https://redirect.github.com/semantic-release/semantic-release/compare/v19.0.5...v20.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](https://semantic-release.gitbook.io/semantic-release/support/node-support-policy). please see [our recommendations](https://semantic-release.gitbook.io/semantic-release/support/node-version#recommended-solution) for releasing with a different node version than your project normally uses, if necessary. ##### Features - **esm:** convert to esm ([#​2569](https://redirect.github.com/semantic-release/semantic-release/issues/2569)) ([9eab1ad](https://redirect.github.com/semantic-release/semantic-release/commit/9eab1adb9ddfeef2a475ef8b60442a008713ca4c)), closes [#​2543](https://redirect.github.com/semantic-release/semantic-release/issues/2543) - **node-versions:** raised the minimum required node version to v18 ([#​2620](https://redirect.github.com/semantic-release/semantic-release/issues/2620)) ([8a0d8be](https://redirect.github.com/semantic-release/semantic-release/commit/8a0d8be51f4bf21e10bc0cd41ffb5ce475112442)) ##### Bug Fixes - **env-ci:** updated to the stable esm-only version ([#​2632](https://redirect.github.com/semantic-release/semantic-release/issues/2632)) ([918eb59](https://redirect.github.com/semantic-release/semantic-release/commit/918eb59bc5df3b9568f6893fc8d9dd96c32681b2)) - **secrets-masking:** used the proper named import from hook-std to enable masking for stderr ([#​2619](https://redirect.github.com/semantic-release/semantic-release/issues/2619)) ([cf6befa](https://redirect.github.com/semantic-release/semantic-release/commit/cf6befa2e87759321f0707019b9c2326689307e4))

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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