Skip to content

Commit

Permalink
Update static code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 220f7e7 commit cee1281
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Run started:2024-10-02 16:26:36.866545
Run started:2024-10-10 22:39:15.948401

Test results:
>> Issue: [B105:hardcoded_password_string] Possible hardcoded password: '# Release Notes
Expand Down Expand Up @@ -59,17 +59,17 @@ 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/multi_table/hma.py:355:12
354 index.append(foreign_key_value)
355 except Exception:
356 # Skip children rows subsets that fail
357 pass
358
Location: ./sdv/multi_table/hma.py:354:12
353 index.append(foreign_key_value)
354 except Exception:
355 # Skip children rows subsets that fail
356 pass
357

--------------------------------------------------

Code scanned:
Total lines of code: 12759
Total lines of code: 12769
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 cee1281

Please sign in to comment.