Skip to content

fix: resolve critical dependabot security vulnerabilities#1019

Open
sarayev wants to merge 2 commits intomainfrom
fix/critical-dependabot-alerts
Open

fix: resolve critical dependabot security vulnerabilities#1019
sarayev wants to merge 2 commits intomainfrom
fix/critical-dependabot-alerts

Conversation

@sarayev
Copy link
Copy Markdown
Contributor

@sarayev sarayev commented Apr 13, 2026

Summary

Fixes all 4 critical Dependabot alerts:

Alert Package Vulnerability
#178 axios < 1.15.0 SSRF via NO_PROXY bypass
#179 axios < 1.15.0 Cloud metadata exfiltration via header injection
#156 handlebars 4.0.0-4.7.8 JS injection via AST type confusion
#164 handlebars 4.0.0-4.7.8 JS injection via AST type confusion

Changes

  • Updated axios resolution from ^1.7.4^1.15.0
  • Updated handlebars direct dep from 4.7.74.7.9 + added resolution
  • Updated yarn.lock
  • Regenerated dependency_licenses.txt

Verification

  • yarn audit --level critical: 13 → 0 critical findings
  • yarn build: ✅ all packages
  • yarn test: ✅ all passing

@sarayev sarayev requested review from a team as code owners April 13, 2026 12:48
"@octokit/request-error": "^5.1.1",
"aws-cdk-lib": "^2.189.1",
"axios": "^1.7.4",
"axios": "^1.15.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Can we upgrade the package that brought in low version of axios? Similarly for handlebars.

sarayev added 2 commits April 14, 2026 12:27
- Bump axios from 1.13.5 to 1.15.0 via yarn resolution (fixes CVE for
  SSRF via NO_PROXY bypass and cloud metadata exfiltration via header
  injection chain)
- Bump handlebars from 4.7.7 to 4.7.9 in graphql-docs-generator direct
  dependency (fixes JavaScript Injection via AST Type Confusion)
- Add handlebars >=4.7.9 yarn resolution to force patched version in
  transitive dependency via lerna > conventional-changelog-writer

Resolves Dependabot alerts #156, #164, #178, #179
@sarayev sarayev force-pushed the fix/critical-dependabot-alerts branch from 0e27d2d to 936c67c Compare April 14, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants