-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Security upgrade @backstage/plugin-techdocs from 0.0.0-use.local to 0.1.1 #6796
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -16,7 +16,7 @@ | |||||||||||||
| "@backstage/core-plugin-api": "workspace:^", | ||||||||||||||
| "@backstage/integration-react": "workspace:^", | ||||||||||||||
| "@backstage/plugin-catalog": "workspace:^", | ||||||||||||||
| "@backstage/plugin-techdocs": "workspace:^", | ||||||||||||||
| "@backstage/plugin-techdocs": "0.1.1", | ||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Style: Breaking the established pattern of using workspace protocol for internal dependencies, creating maintenance overhead and potential version drift. 📝 Committable Code Suggestion
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Security: Using an extremely old version (0.1.1 vs current 1.6.6) exposes the application to known vulnerabilities that have been fixed in newer versions. 📝 Committable Code Suggestion
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Style: Deviation from the established monorepo dependency management strategy without clear justification, reducing maintainability and consistency. 📝 Committable Code Suggestion
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Style: Missing context or explanation for why this specific version is needed, lacking documentation in commit message, PR description, or code comments. |
||||||||||||||
| "@backstage/plugin-techdocs-react": "workspace:^", | ||||||||||||||
| "@backstage/test-utils": "workspace:^", | ||||||||||||||
| "@backstage/theme": "workspace:^", | ||||||||||||||
|
|
||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correctness: Critical version downgrade from workspace:^ (1.6.6-next.0) to 0.1.1, creating a major version mismatch that may cause runtime errors, dependency conflicts, and build failures.
📝 Committable Code Suggestion