PyMISP/pymisp
Alexandre Dulaunoy 02bc129341
chg: [feeds] FIPS: when MD5 hashes are generated for fast-lookup it's not for security.
hashlib provides an option to tell if the hash is used for security or
not. By default, it's set to True. For the feed cache generation, it's
not. Then usedforsecurity=False

Ref: https://csrc.nist.gov/csrc/media/publications/fips/140/2/final/documents/fips1402annexa.pdf
2022-01-27 15:20:57 +01:00
..
data chg: Bump deps, objects 2022-01-13 08:18:38 +01:00
tools chg: Removed a whitespace 2021-11-01 13:41:51 +02:00
__init__.py chg: Bump version 2021-12-22 11:08:46 +01:00
abstract.py Add feed option for local tag exclusion #817 2022-01-19 21:30:30 +00:00
api.py fix: Make mypy happy 2022-01-13 08:32:30 +01:00
exceptions.py new: Add in ability to create/update/delete MISP Event Reports 2021-02-01 13:21:03 +01:00
mispevent.py chg: [feeds] FIPS: when MD5 hashes are generated for fast-lookup it's not for security. 2022-01-27 15:20:57 +01:00
py.typed chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00