Skip to content

Commit

Permalink
Latest Code Analysis (#624)
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
sdv-team and github-actions[bot] committed Aug 15, 2024
1 parent 0457b6a commit d0b364b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Run started:2024-07-15 14:59:18.204597
Run started:2024-08-13 22:18:16.859345

Test results:
>> Issue: [B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Expand Down Expand Up @@ -36,10 +36,10 @@ Test results:
Severity: Medium Confidence: High
CWE: CWE-502 (https://cwe.mitre.org/data/definitions/502.html)
More Info: https://bandit.readthedocs.io/en/1.7.7/blacklists/blacklist_calls.html#b301-pickle
Location: ./sdmetrics/reports/base_report.py:306:21
305 with open(filepath, 'rb') as f:
306 report = pickle.load(f)
307 if current_version != report._package_version:
Location: ./sdmetrics/reports/base_report.py:309:21
308 with open(filepath, 'rb') as f:
309 report = pickle.load(f)
310 if current_version != report._package_version:

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

Code scanned:
Total lines of code: 9234
Total lines of code: 9249
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 d0b364b

Please sign in to comment.