Go to file
Raphaël Vinot b8f272aab1
Merge pull request #17 from lgtm-migrator/codeql
Add CodeQL workflow for GitHub code scanning
2022-11-09 10:17:48 +01:00
.github/workflows Add CodeQL workflow for GitHub code scanning 2022-11-09 07:43:59 +00:00
pymispwarninglists chg: [misp-warninglists] updated 2022-08-17 15:26:38 +02:00
tests
.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
pyproject.toml chg: Bump version 2022-03-24 14:55:55 +01:00
setup.py

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.