Skip to content

Commit

Permalink
Update bandit/plugins/request_without_timeout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwb committed Jun 25, 2024
1 parent 9920484 commit a1e7d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/plugins/request_without_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ def request_without_timeout(context):
severity=bandit.MEDIUM,
confidence=bandit.LOW,
cwe=issue.Cwe.UNCONTROLLED_RESOURCE_CONSUMPTION,
text="Call to {qualname} with timeout set to None",
text=f"Call to {qualname} with timeout set to None",
)

0 comments on commit a1e7d7f

Please sign in to comment.