Skip to content

Commit d19ca3e

Browse files
Merge branch 'release/1.0.8'
2 parents 640db5e + 317422c commit d19ca3e

3 files changed

Lines changed: 21 additions & 22 deletions

File tree

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

poetry.lock

Lines changed: 18 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nmapvulners2csv"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
authors = ["SecSI <dev@secsi.io>"]
55
description = "Convert Nmap Vulners script output to CSV"
66
license = "LICENSE"
@@ -11,7 +11,7 @@ python = "^3.8"
1111
beautifulsoup4 = "^4.11.1"
1212
bs4 = "^0.0.1"
1313
elementpath = "4.1.5"
14-
fire = "0.5.0"
14+
fire = "0.7.0"
1515
six = "^1.16.0"
1616
soupsieve = "^2.3.2.post1"
1717
termcolor = "^2.0.1"

0 commit comments

Comments
 (0)