Skip to content

Commit

Permalink
ignore bandit error, because it thinks we have hardcoded temp file di…
Browse files Browse the repository at this point in the history
…r but its just used as example, so its a false positive.
  • Loading branch information
JaeAeich committed Jul 3, 2024
1 parent 7626145 commit 9d643c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ requires = ["poetry-core"]
skips = [
"B321", # FTP-related functions are being called.
"B402", # A FTP-related module is being imported.
"B108" # Insecure usage of temp file/directory, false positive.
]

[tool.poetry]
Expand Down

0 comments on commit 9d643c4

Please sign in to comment.