Skip to content

Commit 6e4f272

Browse files
author
Prabhu Subramanian
committed
Bug fix
1 parent d2d4c6b commit 6e4f272

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="appthreat-vulnerability-db",
8-
version="1.6.7",
8+
version="1.6.8",
99
author="Team AppThreat",
1010
author_email="[email protected]",
1111
description="AppThreat's vulnerability database and package search library with a built-in file based storage. CVE, GitHub, npm are the primary sources of vulnerabilities.",

vdb/lib/nvd.py

-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ def bulk_search():
120120
@staticmethod
121121
def convert_vuln(vuln):
122122
id = vuln["cve"]["CVE_data_meta"]["ID"]
123-
if id == "CVE-2020-5408":
124-
print(vuln)
125123
problem_type = ""
126124

127125
if (

0 commit comments

Comments
 (0)