fix(deps): vuln minor upgrades — 12 packages (minor: 8 · patch: 4) [package.json] - #297
Conversation
|
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: d156be2fa1
ℹ️ 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".
| "@datadog/datadog-ci": "5.9.0", | ||
| "@datadog/datadog-ci-base": "5.9.0", | ||
| "axios": "^1.16.0" | ||
| "axios": "^1.20.0" |
There was a problem hiding this comment.
Upgrade the Axios copy that the action bundles
This raises only the unused top-level Axios descriptor: yarn.lock still resolves the axios@^1.13.5 dependency imported by the Datadog packages to 1.16.0, and the regenerated dist/index.js likewise contains VERSION = "1.16.0" with no 1.20.0 implementation. Consequently, when the action performs Datadog upload requests, it continues running the vulnerable Axios version this security commit intends to replace while adding an unused second copy; update/override the transitive descriptor so the bundled implementation is actually 1.20.0.
Useful? React with 👍 / 👎.
Summary: Critical-severity security update — 15 packages upgraded (MINOR changes included)
Manifests changed:
package.json(yarn)✅ Action Required: Please review the changes below. If they look good, approve and merge this PR.
Updates
Security Details
🚨 Critical & High Severity (78 fixed)
_.templateimports key names_.templateimports key namesℹ️ Other Vulnerabilities (64)
ReadableStreamuploads bypassmaxBodyLengthmaxBodyLengthmaxDoS protectionmaxDoS protection_.unsetand_.omit_.unsetand_.omit_.unsetand_.omitfunctionsupgradeoptionReview Checklist
Standard review:
Update Mode: all_vulns
🤖 Generated by DataDog Automated Dependency Management System