Skip to content

fix(security): Dependabot criticals + high-risk dependency pins - #11

Merged
chendren merged 1 commit into
mainfrom
fix/security-dependabot-batch
Aug 2, 2026
Merged

fix(security): Dependabot criticals + high-risk dependency pins#11
chendren merged 1 commit into
mainfrom
fix/security-dependabot-batch

Conversation

@chendren

@chendren chendren commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Summary

Fleet security remediation for open Dependabot alerts.

npm

  • postcss@8.5.25 (CVE-2026-45623) via direct pin + overrides
  • Criticals: form-data, shell-quote, websocket-driver
  • High-frequency: axios, tar, node-forge, minimatch, lodash, ws, etc.
  • Next.js bumped on same major line where applicable

Python (where present)

  • Pillow, torch, python-jose, pyjwt, python-multipart minimum patched versions

Notes

  • Uses npm overrides so nested transitive installs resolve to patched floors.
  • Some major-version-sensitive packages (e.g. react-router v5 apps) were aligned within-major only.

- Pin postcss@8.5.25 (CVE-2026-45623) via overrides
- Force form-data, shell-quote, websocket-driver, axios, tar, node-forge,
  minimatch, lodash, and related high-severity packages to patched floors
- Bump Next.js where present; align react-router majors safely
- Python: Pillow, torch, python-jose, pyjwt, python-multipart minimums

Refs: GHSA-6g55-p6wh-862q / CVE-2026-45623 and open Dependabot criticals.
@chendren
chendren merged commit 183442d into main Aug 2, 2026
1 check passed
@chendren
chendren deleted the fix/security-dependabot-batch branch August 2, 2026 21:49
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.

1 participant