fix(deps): vuln minor: qs · patch: body-parser [test/crashtracker/package.json] - #219
Conversation
Overall package sizeSelf size: 31.67 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------|🤖 This report was automatically generated by heaviest-objects-in-the-universe |
…json] Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>
Auto-rebase completeBranch is up to date with Auto-Rebase · Add |
36233de to
81cc953
Compare
|
PRApprover will approve and merge this PR, FAQ, #dx-source-code-management 🛠️ PRApproval Status
➡️ Current phase: PR merged successfully! ✅ |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 81cc953b2f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "dependencies": { | ||
| "@datadog/segfaultify": "^0.1.1", | ||
| "body-parser": "^1.20.3", | ||
| "body-parser": "^1.20.6", |
There was a problem hiding this comment.
Update the npm lockfile with the manifest
The checked GitHub Build workflow currently uses Yarn, but this fixture also commits test/crashtracker/package-lock.json, whose root still declares body-parser as ^1.20.3 and resolves vulnerable versions body-parser@1.20.4 and qs@6.14.2. Consequently, npm-based reproducible installs do not receive this security update; moreover, the installed npm ci documentation states, “If dependencies in the package lock do not match those in package.json, npm ci will exit with an error.” Regenerate and commit the npm lockfile alongside yarn.lock.
Useful? React with 👍 / 👎.
Summary: Security update — 2 packages upgraded (MINOR changes included)
Manifests changed:
test/crashtracker/package.json(yarn)✅ Action Required: Please review the changes below. If they look good, approve and merge this PR.
Updates
Security Details
ℹ️ Other Vulnerabilities (4)
Review Checklist
Standard review:
Update Mode: all_vulns
🤖 Generated by DataDog Automated Dependency Management System