diff --git a/static_code_analysis.txt b/static_code_analysis.txt index 3efa21ea2..f205837ce 100644 --- a/static_code_analysis.txt +++ b/static_code_analysis.txt @@ -1,15 +1,15 @@ -Run started:2024-04-19 21:07:50.508524 +Run started:2024-05-16 16:08:33.786485 Test results: >> Issue: [B110:try_except_pass] Try, Except, Pass detected. Severity: Low Confidence: High CWE: CWE-703 (https://cwe.mitre.org/data/definitions/703.html) More Info: https://bandit.readthedocs.io/en/1.7.7/plugins/b110_try_except_pass.html - Location: ./sdv/_utils.py:321:8 -320 -321 except Exception: -322 pass -323 + Location: ./sdv/_utils.py:323:8 +322 +323 except Exception: +324 pass +325 -------------------------------------------------- >> Issue: [B105:hardcoded_password_string] Possible hardcoded password: '#' @@ -36,11 +36,11 @@ Test results: Severity: Low Confidence: High CWE: CWE-703 (https://cwe.mitre.org/data/definitions/703.html) More Info: https://bandit.readthedocs.io/en/1.7.7/plugins/b110_try_except_pass.html - Location: ./sdv/metadata/single_table.py:513:12 -512 -513 except Exception: -514 pass -515 + Location: ./sdv/metadata/single_table.py:515:12 +514 +515 except Exception: +516 pass +517 -------------------------------------------------- >> Issue: [B110:try_except_pass] Try, Except, Pass detected. @@ -57,7 +57,7 @@ Test results: -------------------------------------------------- Code scanned: - Total lines of code: 10909 + Total lines of code: 11793 Total lines skipped (#nosec): 0 Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0