GitHub Actions / Bandit comments
failed
Mar 5, 2024
Bandit: no issues found
Total statistics: {
"CONFIDENCE.HIGH": 1,
"CONFIDENCE.LOW": 0,
"CONFIDENCE.MEDIUM": 0,
"CONFIDENCE.UNDEFINED": 0,
"SEVERITY.HIGH": 0,
"SEVERITY.LOW": 1,
"SEVERITY.MEDIUM": 0,
"SEVERITY.UNDEFINED": 0,
"loc": 6617,
"nosec": 5,
"skipped_tests": 0
}
Annotations
Check notice on line 36 in ./src/darker/tests/test_main.py
github-actions / Bandit comments
Test: blacklist id: B311
Standard pseudo-random generators are not suitable for security/cryptographic purposes. more info https://bandit.readthedocs.io/en/1.7.7/blacklists/blacklist_calls.html#b311-random
Loading