Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ostorlab committed Nov 13, 2023
1 parent 05b15d2 commit 278fb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/exploits/cve_2021_22941.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def check(self) -> list[definitions.Vulnerability]:
verify=False,
timeout=DEFAULT_TIMEOUT,
)
except requests_exceptions.RequestException as exc:
except requests_exceptions.RequestException:
return []
if payload not in req.text:
return []
Expand Down

0 comments on commit 278fb4a

Please sign in to comment.