Skip to content

Commit 8d86419

Browse files
author
Prabhu Subramanian
committed
Added asp.net nuget alias
1 parent d3bd3e5 commit 8d86419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="appthreat-vulnerability-db",
8-
version="2.0.0",
8+
version="2.0.1",
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. OSV, CVE, GitHub, npm are the primary sources of vulnerabilities.",

vdb/lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"composer": ["php", "laravel", "wordpress", "joomla"],
2222
"maven": ["jenkins", "java", "kotlin", "groovy"],
2323
"npm": ["javascript", "node.js", "nodejs"],
24-
"nuget": [".net_framework", "csharp", ".net_core"],
24+
"nuget": [".net_framework", "csharp", ".net_core", "asp.net"],
2525
"pypi": ["python"],
2626
"rubygems": ["ruby", "gem"],
2727
"golang": ["go"],

0 commit comments

Comments
 (0)