Skip to content

Fix security vulnerabilities in transitive dependencies#238

Open
thejspr wants to merge 1 commit intomasterfrom
fix-vulnerabilities
Open

Fix security vulnerabilities in transitive dependencies#238
thejspr wants to merge 1 commit intomasterfrom
fix-vulnerabilities

Conversation

@thejspr
Copy link
Contributor

@thejspr thejspr commented Mar 6, 2026

Fizes 8 security alerts from https://github.com/clearhaus/gateway-api-docs/security

Add yarn resolutions to force patched versions:

  • fast-xml-parser 5.2.5 -> 5.4.2 (entity encoding bypass, DoS, RangeError, stack overflow)
  • minimatch 10.1.1 -> 10.2.4 (multiple ReDoS vulnerabilities)
  • tar 7.5.7 -> 7.5.10 (arbitrary file read/write via hardlink escape)

Add yarn resolutions to force patched versions:
- fast-xml-parser 5.2.5 -> 5.4.2 (entity encoding bypass, DoS, RangeError, stack overflow)
- minimatch 10.1.1 -> 10.2.4 (multiple ReDoS vulnerabilities)
- tar 7.5.7 -> 7.5.10 (arbitrary file read/write via hardlink escape)
@thejspr thejspr requested a review from a team March 6, 2026 11:55
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