Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Jan 14, 2025
1 parent 646a32b commit 5c62e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
-
Expand Down
2 changes: 1 addition & 1 deletion dojo/tools/noseyparker/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 5c62e71

Please sign in to comment.