Skip to content

updated ct

updated ct #31

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": 1576,
"nosec": 0,
"skipped_tests": 0
}

Annotations

Check notice on line 85 in src/iosanita/contenttypes/setuphandlers.py

See this annotation in the file changed.

@github-actions 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