We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e018da commit 6fd42e0Copy full SHA for 6fd42e0
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vulners"
3
-version = "2.3.0"
+version = "2.3.1"
4
description = "Python library and command-line utility for Vulners (https://vulners.com)"
5
readme = "README.md"
6
authors = ["Vulners Team"]
vulners/vulners.py
@@ -241,7 +241,7 @@ def get_software_vulnerabilities(
241
242
audit_software = Endpoint(
243
method="post",
244
- url="/api/v4/audit/software-batch/",
+ url="/api/v4/audit/software/",
245
params=[
246
(
247
"software",
0 commit comments