Skip to content

Commit

Permalink
Merge branch 'release/1.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
thelicato committed Jan 15, 2024
2 parents 4f0d11e + cbcde87 commit 8ecfcef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nmapvulners2csv/nmapvulners2csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from bs4 import BeautifulSoup
from os import path, makedirs

VERSION = '1.0.5'
VERSION = '1.0.7'
# Default value, can be changed with the '--dir' optional flag
OUTPUT_DIR = "nmapvulners2csv_output"
CSV_HEADERS = ['host', 'port', 'protocol', 'service', 'version',
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nmapvulners2csv"
version = "1.0.6"
version = "1.0.7"
authors = ["SecSI <dev@secsi.io>"]
description = "Convert Nmap Vulners script output to CSV"
license = "LICENSE"
Expand All @@ -22,4 +22,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
nmapvulners2csv = 'nmapvulners2csv:main'
nmapvulners2csv = 'nmapvulners2csv:main'

0 comments on commit 8ecfcef

Please sign in to comment.