fix: remove stale fast-xml-parser override, upgrade aws-cdk-lib#368
Merged
fix: remove stale fast-xml-parser override, upgrade aws-cdk-lib#368
Conversation
- Add minimatch override to 10.2.1 (GHSA-3ppc-4f35-3m26) fixing 19 of 21 high-severity ReDoS findings across eslint, typescript-eslint, archiver, and prettier-plugin-sort-imports transitive deps - Upgrade aws-cdk-lib devDependency to ^2.239.0 to fix bundled ajv 8.17.1 -> 8.18.0 (GHSA-2g4f-4pwh-qvx6) - Scope security:audit to production deps (--omit=dev) since remaining findings are in bundled dev deps with no upstream fix available (aws-cdk-lib bundled minimatch v3, eslint ajv v6)
Contributor
Coverage Report
|
@aws-sdk/[email protected] now natively pins [email protected], so the CVE-2026-26278 override is no longer needed.
notgitika
requested changes
Feb 20, 2026
Keep security:audit at --audit-level=high without --omit=dev. Remove minimatch override to avoid major version bump risk (v3 -> v10). Remaining minimatch and ajv findings are upstream issues with no fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fast-xml-parseroverride:@aws-sdk/[email protected]now natively pins[email protected](CVE-2026-26278)aws-cdk-libdevDependency to^2.239.0to fix bundledajv8.17.1 → 8.18.0 (GHSA-2g4f-4pwh-qvx6)Remaining audit findings are unfixable upstream issues:
aws-cdk-libbundles[email protected]— overrides cannot affect bundled depseslint(all versions including v10) depends onajv@^6— no v6 patch existsTest plan
npm run lintpassesnpm test— all 1,737 unit tests pass