Go to file
Raphaël Vinot 03362e6587
Merge pull request #25 from MISP/dependabot/github_actions/github/codeql-action-3
build(deps): bump github/codeql-action from 2 to 3
2024-01-10 11:22:09 +01:00
.github build(deps): bump github/codeql-action from 2 to 3 2024-01-10 10:21:47 +00:00
pymispwarninglists cg: Bump deps, lists 2024-01-10 11:09:05 +01:00
tests fix: Make mypy happy, few syntax changes 2023-06-26 15:56:51 +02:00
.gitignore
.gitmodules
LICENSE
README.md
example_domaincheck.py
mypy.ini
poetry.lock cg: Bump deps, lists 2024-01-10 11:09:05 +01:00
pyproject.toml cg: Bump deps, lists 2024-01-10 11:09:05 +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.