Skip to content

Commit f2843b3

Browse files
author
Andrew Costello
committed
Adding modified Readme
1 parent 19bf006 commit f2843b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Secure-Coding-Guide-for-Python/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ It is __not production code__ and requires code-style or python best practices t
5858
|[CWE-501: Trust Boundary Violation)](CWE-664/CWE-501/README.md)|[CVE-2023-28597](https://www.cvedetails.com/cve/CVE-2023-28597),<br/>CVSSv3.0: __7.5__,<br/>EPSS: __00.11__ (05.11.2024)|
5959
|[CWE-502: Deserialization of Untrusted Data)](CWE-664/CWE-502/.)|[CVE-2018-8021](https://www.cvedetails.com/cve/CVE-2018-8021),<br/>CVSSv3.0: __9.8__,<br/>EPSS: __93.54__ (05.11.2024)|
6060
|[CWE-532: Insertion of Sensitive Information into Log File](CWE-664/CWE-532/README.md)|[CVE-2023-45585](https://www.cvedetails.com/cve/CVE-2023-45585),<br/>CVSSv3.1: __9.8__,<br/>EPSS: __0.04__ (01.11.2024)|
61+
|[CWE-584: Return Inside Finally Block](CWE-664/CWE-584/README.md)||
6162
|[CWE-665: Improper Initialization](CWE-664/CWE-665/README.md)||
6263
|[CWE-681: Incorrect Conversion between Numeric Types](CWE-664/CWE-681/README.md)||
6364
|[CWE-681: Avoid an uncontrolled loss of precision when passing floating-point literals to a Decimal constructor.](CWE-664/CWE-681/01/README.md)||

0 commit comments

Comments
 (0)