Skip to content

Commit c2a1a6a

Browse files
Latest Code Analysis (#2013)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2beacbf commit c2a1a6a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

static_code_analysis.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
Run started:2024-04-19 21:07:50.508524
1+
Run started:2024-05-16 16:08:33.786485
22

33
Test results:
44
>> Issue: [B110:try_except_pass] Try, Except, Pass detected.
55
Severity: Low Confidence: High
66
CWE: CWE-703 (https://cwe.mitre.org/data/definitions/703.html)
77
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
1313

1414
--------------------------------------------------
1515
>> Issue: [B105:hardcoded_password_string] Possible hardcoded password: '#'
@@ -36,11 +36,11 @@ Test results:
3636
Severity: Low Confidence: High
3737
CWE: CWE-703 (https://cwe.mitre.org/data/definitions/703.html)
3838
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
4444

4545
--------------------------------------------------
4646
>> Issue: [B110:try_except_pass] Try, Except, Pass detected.
@@ -57,7 +57,7 @@ Test results:
5757
--------------------------------------------------
5858

5959
Code scanned:
60-
Total lines of code: 10909
60+
Total lines of code: 11793
6161
Total lines skipped (#nosec): 0
6262
Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0
6363

0 commit comments

Comments
 (0)