mirror of
https://github.com/corda/corda.git
synced 2025-02-07 11:30:22 +00:00
* ENT-6330 Fixed reading jar entries in memory This is a trivial fix that is however enough to allow to send zip bombs as attachments without the node crashing, a size limit could be added for increased reliability * added attachment cumulative size check * added compression ratio check * added unit test and moved the code to a standalone verifier object * removed attachment check from AttachmentClassLoader to minimize performance impact