Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/search-backend-module-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-plugin-api": "0.6.19",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The pull request description indicates that the yarn.lock file failed to update. It is critical to manually update yarn.lock to ensure these dependency upgrades are consistently applied across all environments and that the identified SSRF vulnerabilities are fully mitigated. Without an updated lock file, builds might still use older, vulnerable versions of these packages.

"@backstage/config": "workspace:^",
"@backstage/integration-aws-node": "workspace:^",
"@backstage/plugin-search-backend-node": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",
"@backstage/plugin-search-common": "0.3.1",
"@elastic/elasticsearch": "^7.13.0",
"@opensearch-project/opensearch": "^2.2.1",
"aws4": "^1.12.0",
Expand Down
Loading