Zebra/zebra-network/src/meta_addr
teor b600e82d6e
Security: Avoid silently corrupting invalid times during serialization (#2149)
* Security: panic if an internally generated time is out of range

If Zebra has a bug where it generates blocks, transactions, or meta
addresses with bad times, panic. This avoids sending bad data onto the
network.

(Previously, Zebra would truncate some of these times, silently
corrupting the underlying data.)

Make it clear that deserialization of these objects is infalliable.
2021-05-17 16:53:10 -04:00
..
tests Add InventoryHash and MetaAddr proptests (#1985) 2021-04-07 14:13:52 -03:00
arbitrary.rs Security: Avoid silently corrupting invalid times during serialization (#2149) 2021-05-17 16:53:10 -04:00
tests.rs Add InventoryHash and MetaAddr proptests (#1985) 2021-04-07 14:13:52 -03:00