Go to file
dependabot[bot] 7fe7fbd297
build(deps): bump certifi from 2022.9.24 to 2022.12.7
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 09:11:58 +00:00
.github/workflows Add CodeQL workflow for GitHub code scanning 2022-11-09 07:43:59 +00:00
pymispwarninglists chg: Bump deps, lists 2022-11-09 10:23:51 +01:00
tests new: store warning list in homedir if possible 2022-03-11 17:09:25 +01:00
.gitignore Initial commit 2017-10-28 19:42:57 -04:00
.gitmodules Initial commit 2017-10-28 19:42:57 -04:00
LICENSE Add LICENSE 2018-02-16 10:44:05 +01:00
README.md chg: Move to poetry 2020-04-07 14:41:14 +02:00
example_domaincheck.py Explicit slowsearch parameter in constructor. 2022-05-26 23:32:58 +09:00
mypy.ini chg: Bump deps 2022-01-13 11:22:42 +01:00
poetry.lock build(deps): bump certifi from 2022.9.24 to 2022.12.7 2022-12-09 09:11:58 +00:00
pyproject.toml chg: Bump deps, lists 2022-11-09 10:23:51 +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.