Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
quirinziessler committed Jan 15, 2024
1 parent 0bd5160 commit e39ecfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dojo/tools/wazuh/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import json
from dojo.models import Finding, Endpoint


class WazuhParser(object):
"""
The vulnerabilities with condition "Package unfixed" are skipped because there is no fix out yet.
Expand Down Expand Up @@ -84,4 +85,4 @@ def get_findings(self, file, test):
find.unsaved_endpoints = [Endpoint(host=agent_name)]
dupes[dupe_key] = find

return list(dupes.values())
return list(dupes.values())

0 comments on commit e39ecfc

Please sign in to comment.