Skip to content

fix: bump overrides to close high and medium Dependabot alerts#160

Merged
ddulic merged 1 commit into
mainfrom
fix/dependabot-high-medium-vulns
Jun 28, 2026
Merged

fix: bump overrides to close high and medium Dependabot alerts#160
ddulic merged 1 commit into
mainfrom
fix/dependabot-high-medium-vulns

Conversation

@ddulic

@ddulic ddulic commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Summary

Adds/bumps pnpm.overrides in package.json to force patched versions of transitive dependencies flagged by Dependabot.

Alert Package Was Now Severity
#76 undici 6.24.1 6.27.0 High
#77 undici 6.24.1 6.27.0 Medium
#74 tar 7.5.13 7.5.19 Medium
#57 @babel/plugin-transform-modules-systemjs 7.29.0 7.29.7 High
#56 fast-uri 3.1.0 3.1.2 High
#55 fast-uri 3.1.0 3.1.2 High
#54 fast-xml-builder 1.1.4 1.2.0 High
#52 fast-xml-parser 5.5.11 5.9.3 Medium

All fixes are applied as pnpm.overrides since these are transitive dependencies — not directly in package.json dependencies.

Test plan

  • pnpm build passes cleanly

- undici ^6.24.0 → ^6.27.0 (CVE: DoS via fragment count bypass, HTTP header injection)
- tar ^7.5.11 → ^7.5.16 (CVE: PAX size override file smuggling)
- fast-xml-parser ^5.5.7 → ^5.7.0 (CVE: XML comment/CDATA injection)
- fast-xml-builder added ^1.1.7 (CVE: attribute quote bypass)
- fast-uri added ^3.1.2 (CVE: host confusion and path traversal via percent-encoded chars)
- @babel/plugin-transform-modules-systemjs added ^7.29.4 (CVE: arbitrary code gen from malicious input)
@ddulic ddulic merged commit cfc82fa into main Jun 28, 2026
6 checks passed
@ddulic ddulic deleted the fix/dependabot-high-medium-vulns branch June 28, 2026 10:43
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