Skip to content

Commit

Permalink
added B507 to bandit exceptions, as script only connects to single tr…
Browse files Browse the repository at this point in the history
…usted ssh server
  • Loading branch information
akomii committed Apr 29, 2024
1 parent aad89ce commit 61cfa7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bandit.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[tool.bandit]
# B314: parsing untrusted XML data -> script works only with its own created xml file
skips = ["B314"]
# B507: Paramiko call with policy set to automatically trust the unknown host key -> Paramiko only connects to one single trusted SSH Server
skips = ["B314", "B507"]

0 comments on commit 61cfa7d

Please sign in to comment.