Skip to content

Commit cc29031

Browse files
authored
add platform into winaudit v2 (#46)
1 parent 398babc commit cc29031

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.2.2"
3+
version = "2.2.3"
44
description = "Python library and command-line utility for Vulners (https://vulners.com)"
55
readme = "README.md"
66
authors = ["Kirill Ermakov <[email protected]>", "Andrei Churin <[email protected]>"]

vulners/vulners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def get_kb_updates(self, kbid, fields=default_fields):
434434
),
435435
(
436436
"platform",
437-
String(required=False, description="os platform like 'x86'"),
437+
String(required=False, description="os platform like x86"),
438438
),
439439
(
440440
"kb_list",

0 commit comments

Comments
 (0)