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

fix(deps): update dependency @backstage/catalog-model to v1.2.0 [security] - autoclosed #175

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@backstage/catalog-model (source) 1.1.5 -> 1.2.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-25571

Impact

This vulnerability allows a malicious actor with access to add or modify content in an instance of the Backstage software catalog to inject script URLs in the entities stored in the catalog. If users of the catalog then click on said URLs, that can lead to an XSS attack.

Patches

This vulnerability has been patched in both the frontend and backend implementations. The default Link component from @backstage/core-components will now reject javascript: URLs, and there is a global override of window.open to do the same.

In addition the catalog model as well as the catalog backend now has additional validation built in that prevents javascript: URLs in known annotations.

Workarounds

The general practice of limiting access to modifying catalog content and requiring code reviews greatly helps mitigate this vulnerability.

For more information

If you have any questions or comments about this advisory:


Release Notes

backstage/backstage

v1.2.0

Compare Source

Minor Changes
  • d516688: Adds the tRPC API type to the catalog.
Patch Changes

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 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.

@renovate renovate bot force-pushed the renovate/npm-@backstage/catalog-model-vulnerability branch from 77cbef8 to 6cadc3b Compare March 9, 2023 21:38
@jvilimek jvilimek merged commit c16fae8 into main Mar 9, 2023
@renovate renovate bot changed the title fix(deps): update dependency @backstage/catalog-model to v1.2.0 [security] fix(deps): update dependency @backstage/catalog-model to v1.2.0 [security] - autoclosed Mar 9, 2023
@renovate renovate bot deleted the renovate/npm-@backstage/catalog-model-vulnerability branch March 9, 2023 21:48
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

1 participant