.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
MAINTAINERS.md
README.rst
RULES.rst
SAMPLECODE.rst
SECURITY.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/bump_version.py
.github/workflows/bump_version_action.yml
.github/workflows/bump_version_requirements.txt
.github/workflows/testpypi_package_deploy.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/rules.rst
docs/samplecode.rst
docs/_static/.gitignore
src/__init__.py
src/cvss_rescore/__init__.py
src/cvss_rescore/cvsslib.py
src/cvss_rescore/manualVettingException.py
src/cvss_rescore.egg-info/PKG-INFO
src/cvss_rescore.egg-info/SOURCES.txt
src/cvss_rescore.egg-info/dependency_links.txt
src/cvss_rescore.egg-info/not-zip-safe
src/cvss_rescore.egg-info/requires.txt
src/cvss_rescore.egg-info/top_level.txt
tests/conftest.py
tests/rules_actions.json
tests/cvss_rescore/test_cvsslib.py