Go to file
dependabot[bot] 668dbd20d7
build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 08:57:26 +00:00
.github Merge pull request #26 from MISP/dependabot/github_actions/codecov/codecov-action-3 2024-01-10 11:22:36 +01: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 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-dev): bump pytest-cov from 4.1.0 to 5.0.0 2024-03-25 08:57:26 +00:00
pyproject.toml build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 2024-03-25 08:57:26 +00: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.