1 parent 2cde84d commit 8098e25Copy full SHA for 8098e25
2 files changed
SECURITY.md
@@ -0,0 +1,11 @@
1
+# Security Policy
2
+
3
+## Audit exceptions
4
5
+`GHSA-mh99-v99m-4gvg` affects `brace-expansion` versions pulled in only by
6
+Jest's development-time coverage tooling. The package has no production
7
+dependencies, and these globs never process untrusted application input.
8
9
+The advisory currently has no compatible patch for the 1.x and 2.x lines used
10
+by Jest's transitive dependencies. The audit exception should be removed when
11
+those lines receive backports or Jest no longer requires them.
pnpm-workspace.yaml
@@ -2,5 +2,8 @@ allowBuilds:
"@swc/core": true
esbuild: true
unrs-resolver: true
+auditConfig:
+ ignoreGhsas:
+ - GHSA-mh99-v99m-4gvg
minimumReleaseAgeExclude:
- "js-yaml@5.2.2"
0 commit comments