Skip to content

Commit

Permalink
Black!
Browse files Browse the repository at this point in the history
  • Loading branch information
ostorlab committed Nov 13, 2023
1 parent 78bb7f5 commit 028ecd4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/exploits_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@ def side_effect(*args, **kwargs): # type: ignore[no-untyped-def]
== "https://91.135.170.42:8443 is vulnerable to CVE-2023-27997, "
"A heap-based buffer overflow vulnerability in FortiOS"
)
assert (
vulnerability.entry.risk_rating
== "HIGH"
)
assert vulnerability.entry.risk_rating == "HIGH"

0 comments on commit 028ecd4

Please sign in to comment.