diff --git a/static_code_analysis.txt b/static_code_analysis.txt index 2eed931a..a22a4b2f 100644 --- a/static_code_analysis.txt +++ b/static_code_analysis.txt @@ -1,4 +1,4 @@ -Run started:2024-08-21 17:50:53.695155 +Run started:2024-11-13 14:25:19.321131 Test results: >> Issue: [B403:blacklist] Consider possible security implications associated with pickle module. @@ -15,10 +15,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: ./copulas/multivariate/base.py:177:19 -176 with open(path, 'rb') as pickle_file: -177 return pickle.load(pickle_file) -178 + Location: ./copulas/multivariate/base.py:178:19 +177 with open(path, 'rb') as pickle_file: +178 return pickle.load(pickle_file) +179 -------------------------------------------------- >> 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: -------------------------------------------------- Code scanned: - Total lines of code: 3953 + Total lines of code: 3986 Total lines skipped (#nosec): 0 Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0