Skip to content

Frontend: fix Dependabot security alerts#1348

Merged
gusthoff merged 1 commit into
AdaCore:mainfrom
gusthoff:topic/infrastructure/yarn/updates/20260424/npm_alerts_2
Apr 25, 2026
Merged

Frontend: fix Dependabot security alerts#1348
gusthoff merged 1 commit into
AdaCore:mainfrom
gusthoff:topic/infrastructure/yarn/updates/20260424/npm_alerts_2

Conversation

@gusthoff
Copy link
Copy Markdown
Collaborator

@gusthoff gusthoff commented Apr 25, 2026

follow-redirects, picomatch, uuid

Add yarn resolutions to force patched versions of three more vulnerable transitive dependencies (all introduced via webpack-dev-server):

  • follow-redirects 1.16.0 (custom auth headers leaked on cross-domain redirects)
  • picomatch 4.0.4 (method injection via POSIX character class bracket expressions)
  • uuid 14.0.0 (missing bounds check in v3/v5/v6 with caller-provided buffer)

Note: uuid is used by webpack-dev-server; manual dev-server smoke test recommended since the test suite does not exercise it.

…, uuid)

Add yarn resolutions to force patched versions of three more vulnerable
transitive dependencies (all introduced via webpack-dev-server):
- follow-redirects 1.16.0 (custom auth headers leaked on cross-domain redirects)
- picomatch 4.0.4 (method injection via POSIX character class bracket expressions)
- uuid 14.0.0 (missing bounds check in v3/v5/v6 with caller-provided buffer)

Note: uuid is used by webpack-dev-server; manual dev-server smoke test
recommended since the test suite does not exercise it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@gusthoff gusthoff changed the title Frontend: fix Dependabot security alerts (follow-redirects, picomatch… Frontend: fix Dependabot security alerts Apr 25, 2026
@gusthoff gusthoff merged commit bb3cdc6 into AdaCore:main Apr 25, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant