1
- Run started:2024-04-19 21:07:50.508524
1
+ Run started:2024-05-16 16:08:33.786485
2
2
3
3
Test results:
4
4
>> Issue: [B110:try_except_pass] Try, Except, Pass detected.
5
5
Severity: Low Confidence: High
6
6
CWE: CWE-703 (https://cwe.mitre.org/data/definitions/703.html)
7
7
More Info: https://bandit.readthedocs.io/en/1.7.7/plugins/b110_try_except_pass.html
8
- Location: ./sdv/_utils.py:321 :8
9
- 320
10
- 321 except Exception:
11
- 322 pass
12
- 323
8
+ Location: ./sdv/_utils.py:323 :8
9
+ 322
10
+ 323 except Exception:
11
+ 324 pass
12
+ 325
13
13
14
14
--------------------------------------------------
15
15
>> Issue: [B105:hardcoded_password_string] Possible hardcoded password: '#'
@@ -36,11 +36,11 @@ Test results:
36
36
Severity: Low Confidence: High
37
37
CWE: CWE-703 (https://cwe.mitre.org/data/definitions/703.html)
38
38
More Info: https://bandit.readthedocs.io/en/1.7.7/plugins/b110_try_except_pass.html
39
- Location: ./sdv/metadata/single_table.py:513 :12
40
- 512
41
- 513 except Exception:
42
- 514 pass
43
- 515
39
+ Location: ./sdv/metadata/single_table.py:515 :12
40
+ 514
41
+ 515 except Exception:
42
+ 516 pass
43
+ 517
44
44
45
45
--------------------------------------------------
46
46
>> Issue: [B110:try_except_pass] Try, Except, Pass detected.
@@ -57,7 +57,7 @@ Test results:
57
57
--------------------------------------------------
58
58
59
59
Code scanned:
60
- Total lines of code: 10909
60
+ Total lines of code: 11793
61
61
Total lines skipped (#nosec): 0
62
62
Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0
63
63
0 commit comments