Skip to content

Commit

Permalink
Latest Code Analysis (#2242)
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] authored Sep 26, 2024
1 parent dbfef63 commit 6d133f2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Run started:2024-08-27 21:12:42.890265
Run started:2024-09-26 20:22:23.878117

Test results:
>> Issue: [B105:hardcoded_password_string] Possible hardcoded password: '# Release Notes
Expand All @@ -17,21 +17,21 @@ 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/_utils.py:326:8
325
326 except Exception:
327 pass
328
Location: ./sdv/_utils.py:328:8
327
328 except Exception:
329 pass
330

--------------------------------------------------
>> Issue: [B105:hardcoded_password_string] Possible hardcoded password: '#'
Severity: Low Confidence: Medium
CWE: CWE-259 (https://cwe.mitre.org/data/definitions/259.html)
More Info: https://bandit.readthedocs.io/en/1.7.7/plugins/b105_hardcoded_password_string.html
Location: ./sdv/constraints/tabular.py:1128:16
1127 def _get_diff_column_name(self, table_data):
1128 token = '#'
1129 columns = [self._column_name, self._low_value, self._high_value]
Location: ./sdv/constraints/tabular.py:1126:16
1125 def _get_diff_column_name(self, table_data):
1126 token = '#'
1127 columns = [self._column_name, self._low_value, self._high_value]

--------------------------------------------------
>> Issue: [B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Expand Down Expand Up @@ -69,7 +69,7 @@ Test results:
--------------------------------------------------

Code scanned:
Total lines of code: 12453
Total lines of code: 12468
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 6d133f2

Please sign in to comment.