Formatting #32
GitHub Actions / Bandit comments
failed
Jul 11, 2024 in 0s
Bandit: 0 errors and 1 annotations 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": 1872,
"nosec": 0,
"skipped_tests": 0
}
Annotations
Check notice on line 84 in src/iosanita/contenttypes/setuphandlers.py
github-actions / Bandit comments
Test: try_except_pass id: B110
Try, Except, Pass detected. more info https://bandit.readthedocs.io/en/1.7.4/plugins/b110_try_except_pass.html
Loading