We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ce6a5b + 00eb4e7 commit 2fbc909Copy full SHA for 2fbc909
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vulners"
3
-version = "3.1.1"
+version = "3.1.2"
4
description = "Python library and command-line utility for Vulners (https://vulners.com)"
5
readme = "README.md"
6
authors = ["Vulners Team"]
vulners/vulners/audit.py
@@ -134,7 +134,7 @@ class AuditApi(VulnersApiProxy):
134
linux_audit = endpoint(
135
"AuditApi.linux_audit",
136
method="POST",
137
- url="/api/v4/audit/linux/",
+ url="/api/v4/audit/linux",
138
description=(
139
"Linux Audit API for analyzing package vulnerabilities.\n"
140
"Accepts RPM, DEB and APK based package lists.\n"
0 commit comments