Skip to content

Commit

Permalink
Update Bandit to ignore secure random warning (#3554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ntp9413 authored Apr 2, 2024
1 parent 315f7ef commit c617f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ timeout = 300

[tool.bandit]
exclude_dirs = ["./testsuite", "*/tests/*", "*/testsuite/*", "utils/test_generate_last_commit_file.py"]
skips = ["B324","B110", "B101", "B112", "B404"]
skips = ["B324","B110", "B101", "B112", "B311", "B404"]

0 comments on commit c617f0b

Please sign in to comment.