We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f5d6b commit 8ce5b18Copy full SHA for 8ce5b18
src/protocol/identify/identify_msg_processor.cpp
@@ -450,8 +450,8 @@ namespace libp2p::protocol {
450
}
451
[[maybe_unused]] auto remote_peer_id = stream_peer_id_res.value();
452
453
- // TODO: Implement full peer record envelope parsing and validation
454
- // according to libp2p peer record specification.
+ // TODO(identify-signed-peer-record): Implement full peer record envelope
+ // parsing and validation according to libp2p peer record specification.
455
// For now, we reject all signedPeerRecords to prevent the vulnerability
456
// where malicious peers could inject third-party signed records.
457
// This is a security fix to prevent address poisoning attacks.
0 commit comments