Skip to content

Commit 8ecfcef

Browse files
committed
Merge branch 'release/1.0.7'
2 parents 4f0d11e + cbcde87 commit 8ecfcef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nmapvulners2csv/nmapvulners2csv.py

+1-1
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.5'
12+
VERSION = '1.0.7'
1313
# Default value, can be changed with the '--dir' optional flag
1414
OUTPUT_DIR = "nmapvulners2csv_output"
1515
CSV_HEADERS = ['host', 'port', 'protocol', 'service', 'version',

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nmapvulners2csv"
3-
version = "1.0.6"
3+
version = "1.0.7"
44
authors = ["SecSI <dev@secsi.io>"]
55
description = "Convert Nmap Vulners script output to CSV"
66
license = "LICENSE"
@@ -22,4 +22,4 @@ requires = ["poetry-core"]
2222
build-backend = "poetry.core.masonry.api"
2323

2424
[tool.poetry.scripts]
25-
nmapvulners2csv = 'nmapvulners2csv:main'
25+
nmapvulners2csv = 'nmapvulners2csv:main'

0 commit comments

Comments
 (0)