Skip to content

Commit

Permalink
Latest Code Analysis (#2013)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 16, 2024
1 parent 2beacbf commit c2a1a6a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -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: '#'
Expand All @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit c2a1a6a

Please sign in to comment.