Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
No applications have been configured for previews targeting branch: master. To do so go to restack console and configure your applications for previews. |
Reviewer's GuideThis pull request, automatically generated by Snyk, addresses a Regular Expression Denial of Service (ReDoS) vulnerability. This is achieved by updating six File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
⛔ Snyk checks have failed. 3 issues have been found so far.
⛔ security/snyk check is complete. 3 issues have been found. (View Details) 💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
| "@backstage/backend-tasks": "0.6.1", | ||
| "@backstage/plugin-adr-backend": "workspace:^", | ||
| "@backstage/plugin-app-backend": "workspace:^", | ||
| "@backstage/plugin-app-backend": "0.1.1", | ||
| "@backstage/plugin-auth-node": "workspace:^", | ||
| "@backstage/plugin-azure-devops-backend": "workspace:^", | ||
| "@backstage/plugin-badges-backend": "workspace:^", | ||
| "@backstage/plugin-catalog-backend": "workspace:^", | ||
| "@backstage/plugin-catalog-backend": "0.1.1", | ||
| "@backstage/plugin-catalog-backend-module-unprocessed": "workspace:^", | ||
| "@backstage/plugin-devtools-backend": "workspace:^", | ||
| "@backstage/plugin-entity-feedback-backend": "workspace:^", | ||
| "@backstage/plugin-kubernetes-backend": "workspace:^", | ||
| "@backstage/plugin-lighthouse-backend": "workspace:^", | ||
| "@backstage/plugin-linguist-backend": "workspace:^", | ||
| "@backstage/plugin-permission-backend": "workspace:^", | ||
| "@backstage/plugin-permission-common": "workspace:^", | ||
| "@backstage/plugin-permission-common": "0.1.0", | ||
| "@backstage/plugin-permission-node": "workspace:^", | ||
| "@backstage/plugin-scaffolder-backend": "workspace:^", | ||
| "@backstage/plugin-scaffolder-backend": "0.1.1", | ||
| "@backstage/plugin-search-backend": "workspace:^", | ||
| "@backstage/plugin-search-backend-module-catalog": "workspace:^", | ||
| "@backstage/plugin-search-backend-module-explore": "workspace:^", | ||
| "@backstage/plugin-search-backend-module-techdocs": "workspace:^", | ||
| "@backstage/plugin-search-backend-node": "workspace:^", | ||
| "@backstage/plugin-techdocs-backend": "workspace:^", | ||
| "@backstage/plugin-todo-backend": "workspace:^" | ||
| "@backstage/plugin-todo-backend": "0.1.0" |
There was a problem hiding this comment.
The PR correctly identifies a security vulnerability (ReDoS in Babel runtime) and updates specific package versions to address it. However, there's an important implementation detail to address:
Warning: The yarn.lock file needs to be manually updated for these changes to take effect.
The PR changes version constraints in package.json from workspace references to specific versions, but without corresponding yarn.lock updates, the vulnerability will remain. Before merging:
- Run
yarnto regenerate the yarn.lock file with these new version constraints - Verify the updated dependencies are properly resolved
- Commit the updated yarn.lock file along with these package.json changes
This is explicitly mentioned in the PR description warning: "Failed to update the yarn.lock, please update manually before merging."
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
packages/backend-next/package.jsonNote for zero-installs users
If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the
.yarn/cache/directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to runyarnto update the contents of the./yarn/cachedirectory.If you are not using zero-install you can ignore this as your flow should likely be unchanged.
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-BABELRUNTIME-10044504
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Regular Expression Denial of Service (ReDoS)
Summary by Sourcery
Update Backstage backend dependencies to specific versions to address a security vulnerability
Bug Fixes:
Enhancements: