Skip to content

Commit 28b2377

Browse files
Latest Code Analysis (#440)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 276d23a commit 28b2377

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

static_code_analysis.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Run started:2024-08-21 17:50:53.695155
1+
Run started:2024-11-13 14:25:19.321131
22

33
Test results:
44
>> Issue: [B403:blacklist] Consider possible security implications associated with pickle module.
@@ -15,10 +15,10 @@ Test results:
1515
Severity: Medium Confidence: High
1616
CWE: CWE-502 (https://cwe.mitre.org/data/definitions/502.html)
1717
More Info: https://bandit.readthedocs.io/en/1.7.7/blacklists/blacklist_calls.html#b301-pickle
18-
Location: ./copulas/multivariate/base.py:177:19
19-
176 with open(path, 'rb') as pickle_file:
20-
177 return pickle.load(pickle_file)
21-
178
18+
Location: ./copulas/multivariate/base.py:178:19
19+
177 with open(path, 'rb') as pickle_file:
20+
178 return pickle.load(pickle_file)
21+
179
2222

2323
--------------------------------------------------
2424
>> Issue: [B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
@@ -95,7 +95,7 @@ Test results:
9595
--------------------------------------------------
9696

9797
Code scanned:
98-
Total lines of code: 3953
98+
Total lines of code: 3986
9999
Total lines skipped (#nosec): 0
100100
Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0
101101

0 commit comments

Comments
 (0)