Skip to content

Commit 6b6f5fe

Browse files
manojkumar138claude
andcommitted
fix(root): exclude unpatched protobufjs advisories from audit
Add GHSA-66ff-xgx4-vchm and GHSA-75px-5xx7-5xc7 to .iyarc exclusion list. Both affect protobufjs <= 7.5.5 with no patched version available yet. Transitive deps via @cosmjs; all protobuf definitions are static trusted files, not user-supplied. CECHO-973 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cf05b25 commit 6b6f5fe

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.iyarc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,21 @@ GHSA-xq3m-2v4x-88gg
8787
# project are controlled internal endpoints, not user-supplied FTP URLs
8888
# - Pinned at 5.2.2 in root resolutions; upstream get-uri has not yet updated to require 5.3.0
8989
GHSA-rp42-5vxx-qpwr
90+
91+
# Excluded because:
92+
# - Code injection through bytes field defaults in generated toObject code (severity: high)
93+
# - Affects protobufjs <= 7.5.5; no patched version available yet (first_patched_version: null)
94+
# - Transitive dependency through @cosmjs/proto-signing, @cosmjs/stargate, @confio/ics23
95+
# - Exploitation requires attacker-controlled protobuf definitions; all definitions in this
96+
# repo are static files bundled within trusted upstream dependencies — not user-supplied
97+
# - Published 2026-05-12; will bump once a patched version is released
98+
GHSA-66ff-xgx4-vchm
99+
100+
# Excluded because:
101+
# - Code generation gadget after prototype pollution (severity: high)
102+
# - Affects protobufjs <= 7.5.5; no patched version available yet (first_patched_version: null)
103+
# - Same transitive dependency chain as GHSA-66ff-xgx4-vchm (@cosmjs, @confio/ics23)
104+
# - Requires prototype pollution as a prerequisite; no known prototype pollution vectors exist
105+
# in this repo's dependency tree
106+
# - Published 2026-05-12; will bump once a patched version is released
107+
GHSA-75px-5xx7-5xc7

0 commit comments

Comments
 (0)