Skip to content

Commit 4f338af

Browse files
authored
Merge pull request #8223 from BitGo/add-serialize-javascript-exclusion
chore: add GHSA-5c6j-r48x-rmvq to .iyarc exclusions
2 parents f57cee0 + 6f15a3e commit 4f338af

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.iyarc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ GHSA-7r86-cg39-jmmj
4343
# - Only affects dev-time tooling, not production code
4444
# - Mitigated by controlled inputs (our own build scripts, not user-provided patterns)
4545
GHSA-23c5-xmqv-rm74
46+
47+
# Excluded because:
48+
# - Transitive devDependency through mocha, terser-webpack-plugin, copy-webpack-plugin
49+
# - serialize-javascript RCE via malicious RegExp.flags and Date.prototype.toISOString()
50+
# - Only affects dev-time tooling, not production code
51+
GHSA-5c6j-r48x-rmvq

0 commit comments

Comments
 (0)