|
1 | | -Run started:2026-01-26 18:58:49.863184+00:00 |
| 1 | +Run started:2026-01-29 21:43:48.344046+00:00 |
2 | 2 |
|
3 | 3 | Test results: |
4 | 4 | >> Issue: [B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. |
@@ -36,20 +36,20 @@ Test results: |
36 | 36 | Severity: Medium Confidence: High |
37 | 37 | CWE: CWE-502 (https://cwe.mitre.org/data/definitions/502.html) |
38 | 38 | More Info: https://bandit.readthedocs.io/en/1.9.2/blacklists/blacklist_calls.html#b301-pickle |
39 | | - Location: ./sdmetrics/reports/base_report.py:295:21 |
40 | | -294 with open(filepath, 'rb') as f: |
41 | | -295 report = pickle.load(f) |
42 | | -296 if current_version != report._package_version: |
| 39 | + Location: ./sdmetrics/reports/base_report.py:305:21 |
| 40 | +304 with open(filepath, 'rb') as f: |
| 41 | +305 report = pickle.load(f) |
| 42 | +306 if current_version != report._package_version: |
43 | 43 |
|
44 | 44 | -------------------------------------------------- |
45 | 45 | >> Issue: [B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. |
46 | 46 | Severity: Low Confidence: High |
47 | 47 | CWE: CWE-703 (https://cwe.mitre.org/data/definitions/703.html) |
48 | 48 | More Info: https://bandit.readthedocs.io/en/1.9.2/plugins/b101_assert_used.html |
49 | | - Location: ./sdmetrics/reports/multi_table/_properties/base.py:70:8 |
50 | | -69 |
51 | | -70 assert is_dataframe, assert_message |
52 | | -71 if not has_score_column: |
| 49 | + Location: ./sdmetrics/reports/multi_table/_properties/base.py:74:8 |
| 50 | +73 |
| 51 | +74 assert is_dataframe, assert_message |
| 52 | +75 if not has_score_column: |
53 | 53 |
|
54 | 54 | -------------------------------------------------- |
55 | 55 | >> Issue: [B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. |
@@ -117,7 +117,7 @@ Test results: |
117 | 117 | -------------------------------------------------- |
118 | 118 |
|
119 | 119 | Code scanned: |
120 | | - Total lines of code: 11869 |
| 120 | + Total lines of code: 12188 |
121 | 121 | Total lines skipped (#nosec): 0 |
122 | 122 | Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0 |
123 | 123 |
|
|
0 commit comments