Go to file
Raphaël Vinot 2878e06d09
Merge pull request #54 from MISP/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2025-01-02 21:33:50 +01:00
.github Merge pull request #54 from MISP/dependabot/github_actions/codecov/codecov-action-5 2025-01-02 21:33:50 +01:00
pymispwarninglists
tests
.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
README.md
example_domaincheck.py
mypy.ini
poetry.lock
pyproject.toml
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.