Skip to content

fix: resolve picomatch high severity vulnerability#663

Merged
Hweinstock merged 1 commit intoaws:mainfrom
Hweinstock:fix/security-audit
Mar 26, 2026
Merged

fix: resolve picomatch high severity vulnerability#663
Hweinstock merged 1 commit intoaws:mainfrom
Hweinstock:fix/security-audit

Conversation

@Hweinstock
Copy link
Copy Markdown
Contributor

@Hweinstock Hweinstock commented Mar 26, 2026

Description

npm audit reports a high severity ReDoS vulnerability in picomatch (<=2.3.1). Running npm audit fix updates it to a patched version.

The remaining moderate yaml vulnerability is a transitive dep of aws-cdk-lib and can't be fixed without an upstream update.

This is failing in CI security audit.

Related Issues

N/A

Documentation PR

N/A

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe):

Testing

How have you tested the change?

  • I ran npm run typecheck
  • I ran npm run lint

npm audit --audit-level=high --omit=dev now reports 0 vulnerabilities.

Checklist

  • I have read the CONTRIBUTING document
  • My changes generate no new warnings

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.

@Hweinstock Hweinstock requested a review from a team March 26, 2026 15:15
@github-actions github-actions bot added the size/xs PR size: XS label Mar 26, 2026
@Hweinstock Hweinstock marked this pull request as draft March 26, 2026 15:17
@Hweinstock Hweinstock marked this pull request as ready for review March 26, 2026 15:30
@Hweinstock Hweinstock merged commit 49e3d7c into aws:main Mar 26, 2026
18 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants