Skip to content

Commit 08387fd

Browse files
committed
fix(security): pin fast-uri to ^3.1.4 to resolve high-severity advisory
The security:audit CI gate (npm audit --audit-level=high --omit=dev) failed on the transitive fast-uri 3.1.2 (via @aws-cdk/toolkit-lib -> ajv), flagged for host confusion (GHSA-v2hh-gcrm-f6hx, GHSA-4c8g-83qw-93j6). Add a fast-uri override pinned to ^3.1.4 (the patched 3.x release), matching the existing pattern used for fast-xml-parser and protobufjs.
1 parent 2a159d6 commit 08387fd

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

npm-shrinkwrap.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@
174174
"glob": "^13.0.0",
175175
"fast-xml-parser": "5.5.7",
176176
"@aws-sdk/xml-builder": "3.972.15",
177-
"protobufjs": ">=7.6.3"
177+
"protobufjs": ">=7.6.3",
178+
"fast-uri": "^3.1.4"
178179
},
179180
"engines": {
180181
"node": ">=20"

0 commit comments

Comments
 (0)