File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- Run started:2024-08-21 17:50:53.695155
1+ Run started:2024-11-13 14:25:19.321131
22
33Test 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
9797Code 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
You can’t perform that action at this time.
0 commit comments