Skip to content

Commit ad24d44

Browse files
committed
fix: add exclusion for critical vulnerability in protobufjs affecting versions < 7.5.5
TICKET: CGD-782
1 parent 4584ba5 commit ad24d44

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.iyarc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,13 @@ GHSA-9ppj-qmqm-q256
6666
# - Resolved sjcl -> npm:@bitgo/sjcl@1.0.1 in root resolutions; sjcl.ecc is absent at runtime
6767
# - No patched version of sjcl exists upstream (first_patched_version: null)
6868
GHSA-2w8x-224x-785m
69+
70+
# Excluded because:
71+
# - Arbitrary code execution in protobufjs via malicious protobuf definition files (severity: critical)
72+
# - Affects protobufjs < 7.5.5; installed versions: 6.11.4 (@cosmjs/stargate), 7.2.5 (@hashgraph/sdk,
73+
# sdk-coin-islm, sdk-coin-trx, sdk-coin-hbar), 7.5.4 (abstract-cosmos, sdk-coin-icp)
74+
# - Exploitation requires attacker-controlled .proto definition files; all protobuf definitions in this
75+
# repo are static files bundled within trusted upstream dependencies — not user-supplied
76+
# - Versions 6.11.4 and 7.2.5 are pinned by upstream deps (@cosmjs ~6.11.x, @hashgraph/sdk 7.2.5)
77+
# that do not yet support 7.5.5
78+
GHSA-xq3m-2v4x-88gg

0 commit comments

Comments
 (0)