-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Fix for 6 vulnerabilities #10711
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -44,15 +44,15 @@ | |||||
| "@aws-sdk/lib-storage": "^3.350.0", | ||||||
| "@aws-sdk/node-http-handler": "^3.350.0", | ||||||
| "@aws-sdk/types": "^3.347.0", | ||||||
| "@azure/identity": "^3.2.1", | ||||||
| "@azure/identity": "^3.4.1", | ||||||
| "@azure/storage-blob": "^12.5.0", | ||||||
| "@backstage/backend-common": "workspace:^", | ||||||
| "@backstage/backend-common": "0.25.0", | ||||||
|
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. Changing this dependency from To fix the underlying vulnerability, it's better to keep the
Suggested change
|
||||||
| "@backstage/catalog-model": "workspace:^", | ||||||
| "@backstage/config": "workspace:^", | ||||||
| "@backstage/errors": "workspace:^", | ||||||
| "@backstage/integration": "workspace:^", | ||||||
| "@backstage/integration": "0.1.0", | ||||||
|
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. This change from This change should be reverted. The correct way to fix the vulnerability is to address it within the
Suggested change
|
||||||
| "@backstage/integration-aws-node": "workspace:^", | ||||||
| "@backstage/plugin-search-common": "workspace:^", | ||||||
| "@backstage/plugin-search-common": "0.3.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. Similar to the other
Suggested change
|
||||||
| "@google-cloud/storage": "^6.0.0", | ||||||
| "@trendyol-js/openstack-swift-sdk": "^0.0.6", | ||||||
| "@types/express": "^4.17.6", | ||||||
|
|
||||||
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.
While updating
@azure/identityis good for fixing the vulnerability, please note that other packages in the monorepo, like@backstage/integrationinpackages/integration/package.json, still use version^3.2.1. For consistency and to avoid bundling multiple versions of the same package, it would be best to update this dependency across the entire repository.