Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .iyarc
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,15 @@ GHSA-2w8x-224x-785m
# repo are static files bundled within trusted upstream dependencies — not user-supplied
# - Versions 6.11.4 and 7.2.5 are pinned by upstream deps (@cosmjs ~6.11.x, @hashgraph/sdk 7.2.5)
# that do not yet support 7.5.5
GHSA-xq3m-2v4x-88gg
GHSA-xq3m-2v4x-88gg

# Excluded because:
# - DoS via memory exhaustion in basic-ftp <= 5.2.2 (severity: high, CVSS 7.5)
# - Client.list() buffers entire directory listings without size limits; a malicious FTP server
# can send unbounded data to exhaust client memory
# - Transitive dependency through pac-proxy-agent > get-uri > basic-ftp; used for PAC-based
# proxy resolution, not direct FTP operations
# - Exploitation requires connecting to a malicious FTP server; all proxy targets in this
# project are controlled internal endpoints, not user-supplied FTP URLs
# - Pinned at 5.2.2 in root resolutions; upstream get-uri has not yet updated to require 5.3.0
GHSA-rp42-5vxx-qpwr
Loading