lighthouse/beacon_node
Pawan Dhananjay 99a02fd2ab Limit snappy input stream (#1738)
## Issue Addressed

N/A

## Proposed Changes

This PR limits the length of the stream received by the snappy decoder to be the maximum allowed size for the received rpc message type. Also adds further checks to ensure that the length specified in the rpc [encoding-dependent header](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/phase0/p2p-interface.md#encoding-strategies) is within the bounds for the rpc message type being decoded.
2020-10-11 22:45:33 +00:00
..
beacon_chain Update external deps (#1711) 2020-10-05 08:22:19 +00:00
client Update external deps (#1711) 2020-10-05 08:22:19 +00:00
eth1 Update external deps (#1711) 2020-10-05 08:22:19 +00:00
eth2_libp2p Limit snappy input stream (#1738) 2020-10-11 22:45:33 +00:00
genesis Update external deps (#1711) 2020-10-05 08:22:19 +00:00
http_api Update external deps (#1711) 2020-10-05 08:22:19 +00:00
http_metrics Update external deps (#1711) 2020-10-05 08:22:19 +00:00
network Remove unused deps 2020-10-09 15:58:20 +11:00
operation_pool Update external deps (#1711) 2020-10-05 08:22:19 +00:00
src Upgrade discovery and restructure task execution (#1693) 2020-10-05 18:45:54 +11:00
store Update external deps (#1711) 2020-10-05 08:22:19 +00:00
tests Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
timer Upgrade discovery and restructure task execution (#1693) 2020-10-05 18:45:54 +11:00
websocket_server Update external deps (#1711) 2020-10-05 08:22:19 +00:00
Cargo.toml Bump version to v0.3.0 (#1743) 2020-10-09 02:05:30 +00:00