Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Feb 11, 2024
1 parent eb3cf16 commit 577e1f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dojo/tools/mobsf/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ def getCriticalityRating(self, rating):
criticality = "Info"
if rating == "Good":
criticality = "Info"
if rating == "Warning":
criticality = "Low"
else:
criticality = rating.capitalize()
return criticality
Expand Down

0 comments on commit 577e1f3

Please sign in to comment.