-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Prabhu Subramanian <[email protected]>
- Loading branch information
Showing
9 changed files
with
1,180 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "[email protected]"}, | ||
|
@@ -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" | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.