Skip to content

Commit 6fd42e0

Browse files
author
zeloff
committed
update audit_software endpoint
1 parent 1e018da commit 6fd42e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vulners"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Python library and command-line utility for Vulners (https://vulners.com)"
55
readme = "README.md"
66
authors = ["Vulners Team"]

vulners/vulners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def get_software_vulnerabilities(
241241

242242
audit_software = Endpoint(
243243
method="post",
244-
url="/api/v4/audit/software-batch/",
244+
url="/api/v4/audit/software/",
245245
params=[
246246
(
247247
"software",

0 commit comments

Comments
 (0)