Skip to content

Commit

Permalink
Use NVD api (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu authored Jan 26, 2024
1 parent cef542d commit 7722f87
Show file tree
Hide file tree
Showing 9 changed files with 1,180 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "appthreat-vulnerability-db"
version = "5.5.10"
version = "5.6.0"
description = "AppThreat's vulnerability database and package search library with a built-in file based storage. OSV, CVE, GitHub, npm are the primary sources of vulnerabilities."
authors = [
{name = "Team AppThreat", email = "cloud@appthreat.com"},
Expand Down Expand Up @@ -56,7 +56,7 @@ dev = [
packages = ["test", "vdb", "vdb.lib"]

[tool.pytest.ini_options]
addopts="--verbose --cov-append --cov-report term --cov vdb"
addopts="--showlocals -v --cov-report=term-missing --no-cov-on-fail --cov vdb"

[tool.flake8]
ignore = "E203, E266, E501, W503, W605"
Expand Down
2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

Loading

0 comments on commit 7722f87

Please sign in to comment.