Skip to content

Commit 168d8e9

Browse files
authored
Merge pull request #690 from myteron/pySCG_adding_CVEs_to_755_532
pySCG adding missing CVEs for 755 and 532
2 parents d2c7513 + cd8fc0a commit 168d8e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ It is **not production code** and requires code-style or python best practices t
5050
|[CWE-426: Untrusted Search Path](CWE-664/CWE-426/README.md)|[CVE-2015-1326](https://www.cvedetails.com/cve/CVE-2015-1326),<br/>CVSSv3.0: **8.8**,<br/>EPSS: **00.20** (23.11.2023)|
5151
|[CWE-501: Trust Boundary Violation)](CWE-664/CWE-501/README.md)||
5252
|[CWE-502: Deserialization of Untrusted Data)](CWE-664/CWE-502/.)||
53-
|[CWE-532: Insertion of Sensitive Information into Log File](CWE-664/CWE-532/.)||
53+
|[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)|
5454
|[CWE-665: Improper Initialization](CWE-664/CWE-665/README.md)||
5555
|[CWE-681: Incorrect Conversion between Numeric Types](CWE-664/CWE-681/README.md)||
5656
|[CWE-833: Deadlock](CWE-664/CWE-833/README.md)||
@@ -83,7 +83,7 @@ It is **not production code** and requires code-style or python best practices t
8383
|[CWE-390: Detection of Error Condition without Action](CWE-703/CWE-390/)||
8484
|[CWE-392: Missing Report of Error Condition](CWE-703/CWE-392/README.md)||
8585
|[CWE-754: Improper Check for Unusual or Exceptional Conditions](CWE-703/CWE-754/.)||
86-
|[CWE-755: Improper Handling of Exceptional Conditions](CWE-703/CWE-755/.)||
86+
|[CWE-755: Improper Handling of Exceptional Conditions](CWE-703/CWE-755/README.md)|[CVE-2024-39560](https://www.cvedetails.com/cve/CVE-2024-39560),<br/>CVSSv3.1: **6.5**,<br/>EPSS: **0.04** (01.11.2024)|
8787

8888
|[CWE-707: Improper Neutralization](https://cwe.mitre.org/data/definitions/707.html)|Prominent CVE|
8989
|:----------------------------------------------------------------|:----|

0 commit comments

Comments
 (0)