daml/libs_python
Stefano Baghino 540f3625b0
Ensure DarReader prevents zip bombs (#4703)
* Ensure DarReader prevents zip bombs

CHANGELOG_BEGIN
[DAML-LF] The DarReader has a 1GB hard cap on ZIP archive entry size to prevent zip bombs
CHANGELOG_END

* Properly test UniversalArchiveReader, make it prevent bombs, break away memory heavy tests

* Exclude the zip bomb detection test from running on Mac CI nodes
2020-02-26 13:09:58 +01:00
..
BUILD.bazel Ensure DarReader prevents zip bombs (#4703) 2020-02-26 13:09:58 +01:00
README.md Ensure DarReader prevents zip bombs (#4703) 2020-02-26 13:09:58 +01:00
zipbomb.py Ensure DarReader prevents zip bombs (#4703) 2020-02-26 13:09:58 +01:00

libs_python

Utilities and scripts written in Python can be placed here, especially to work around https://github.com/bazelbuild/bazel/issues/6841.