Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/backend-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"http-errors": "^2.0.0",
"mock-fs": "^5.1.0",
"msw": "^1.0.0",
"mysql2": "^2.2.5",
"mysql2": "^3.0.0",
"recursive-readdir": "^2.2.2",
"supertest": "^6.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"express": "^4.17.1",
"knex": "^2.0.0",
"msw": "^1.0.0",
"mysql2": "^2.2.5",
"mysql2": "^3.0.0",
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 15, 2026

Choose a reason for hiding this comment

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

mysql2 is bumped to ^3.0.0, but that semver range still includes known-vulnerable 3.x releases mentioned in the PR description; can you confirm the updated yarn.lock resolves to a patched version (e.g., >= 3.9.8) so the security fix is actually effective? Other locations where this applies: packages/backend-common/package.json:142.

Severity: medium

Other Locations
  • packages/backend-common/package.json:142

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"pg": "^8.3.0",
"testcontainers": "^8.1.2",
"uuid": "^8.0.0"
Expand Down
Loading
Loading