Go to file
Alexandre Dulaunoy 371b7051e5
chg: [misp-warninglists] updated
2022-08-17 15:26:38 +02:00
.github/workflows fix: Typo in GHA 2022-03-24 14:59:02 +01:00
pymispwarninglists chg: [misp-warninglists] updated 2022-08-17 15:26:38 +02:00
tests new: store warning list in homedir if possible 2022-03-11 17:09:25 +01:00
.gitignore
.gitmodules
LICENSE
README.md
example_domaincheck.py Explicit slowsearch parameter in constructor. 2022-05-26 23:32:58 +09:00
mypy.ini
poetry.lock chg: Bump deps 2022-03-24 14:55:14 +01:00
pyproject.toml chg: Bump version 2022-03-24 14:55:55 +01:00
setup.py chg: Bump version 2022-01-13 11:27:31 +01:00

README.md

PyMISPWarningLists

Build Status codecov.io

Pythonic way to work with the warning lists defined there: https://github.com/MISP/misp-warninglists

Installation

pip install pymispwarninglists

Usage

Warning lists are represented as immutable Python dictionaries.