Skip to content

Commit 8098e25

Browse files
committed
chore(security): document development audit exception
1 parent 2cde84d commit 8098e25

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ allowBuilds:
22
"@swc/core": true
33
esbuild: true
44
unrs-resolver: true
5+
auditConfig:
6+
ignoreGhsas:
7+
- GHSA-mh99-v99m-4gvg
58
minimumReleaseAgeExclude:
69
- "js-yaml@5.2.2"

0 commit comments

Comments
 (0)