diff --git a/docs/content/en/connecting_your_tools/parsers/file/noseyparker.md b/docs/content/en/connecting_your_tools/parsers/file/noseyparker.md index fc08cbf03b5..7b0e3b98ce1 100644 --- a/docs/content/en/connecting_your_tools/parsers/file/noseyparker.md +++ b/docs/content/en/connecting_your_tools/parsers/file/noseyparker.md @@ -6,8 +6,9 @@ Input Type: - This parser takes JSON Lines Output from Nosey Parker: https://github.com/praetorian-inc/noseyparkerSupports -Supports version 0.16.0: +Supports versions 0.16.0 and 0.22.0: https://github.com/praetorian-inc/noseyparker/releases/tag/v0.16.0 +https://github.com/praetorian-inc/noseyparker/releases/tag/v0.22.0 Things to note about the Nosey Parker Parser: - diff --git a/dojo/tools/noseyparker/parser.py b/dojo/tools/noseyparker/parser.py index b22199704d2..8ba6f4207a0 100644 --- a/dojo/tools/noseyparker/parser.py +++ b/dojo/tools/noseyparker/parser.py @@ -17,7 +17,7 @@ def get_label_for_scan_types(self, scan_type): def get_description_for_scan_types(self, scan_type): return "Nosey Parker report file can be imported in JSON Lines format (option --jsonl). " \ - "Supports v0.16.0 of https://github.com/praetorian-inc/noseyparker" + "Supports v0.16.0 and v0.22.0 of https://github.com/praetorian-inc/noseyparker" def get_findings(self, file, test): """