Skip to content

Commit 2b4f04f

Browse files
Merge branch 'release 1.1.0'
2 parents 26ed374 + f01bf85 commit 2b4f04f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nmapvulners2csv/nmapvulners2csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from bs4 import BeautifulSoup
1010
from os import path, makedirs
1111

12-
VERSION = '1.0.10'
12+
VERSION = '1.1.0'
1313
# Default value, can be changed with the '--dir' optional flag
1414
OUTPUT_DIR = "nmapvulners2csv_output"
1515
CSV_HEADERS = ['ip', 'port', 'protocol', 'service', 'version',

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 = "nmapvulners2csv"
3-
version = "1.0.10"
3+
version = "1.1.0"
44
authors = ["SecSI <dev@secsi.io>"]
55
description = "Convert Nmap Vulners script output to CSV"
66
license = "LICENSE"

0 commit comments

Comments
 (0)