Skip to content

Commit cd8fc0a

Browse files
committed
pySCG adding missing CVEs for 755 and 532
Signed-off-by: Helge Wehder <[email protected]>
1 parent 2a580da commit cd8fc0a

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
@@ -49,7 +49,7 @@ It is **not production code** and requires code-style or python best practices t
4949
|[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)|
5050
|[CWE-501: Trust Boundary Violation)](CWE-664/CWE-501/README.md)||
5151
|[CWE-502: Deserialization of Untrusted Data)](CWE-664/CWE-502/.)||
52-
|[CWE-532: Insertion of Sensitive Information into Log File](CWE-664/CWE-532/.)||
52+
|[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)|
5353
|[CWE-665: Improper Initialization](CWE-664/CWE-665/README.md)||
5454
|[CWE-681: Incorrect Conversion between Numeric Types](CWE-664/CWE-681/README.md)||
5555
|[CWE-833: Deadlock](CWE-664/CWE-833/README.md)||
@@ -82,7 +82,7 @@ It is **not production code** and requires code-style or python best practices t
8282
|[CWE-390: Detection of Error Condition without Action](CWE-703/CWE-390/)||
8383
|[CWE-392: Missing Report of Error Condition](CWE-703/CWE-392/README.md)||
8484
|[CWE-754: Improper Check for Unusual or Exceptional Conditions](CWE-703/CWE-754/.)||
85-
|[CWE-755: Improper Handling of Exceptional Conditions](CWE-703/CWE-755/.)||
85+
|[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)|
8686

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

0 commit comments

Comments
 (0)