Skip to content

Commit dcbcfd6

Browse files
committed
pySCG: adding prominent CVE for CWE-78 to main readme
Signed-off-by: Helge Wehder <[email protected]>
1 parent 5abf31f commit dcbcfd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ It is **not production code** and requires code-style or python best practices t
8787

8888
|[CWE-707: Improper Neutralization](https://cwe.mitre.org/data/definitions/707.html)|Prominent CVE|
8989
|:----------------------------------------------------------------|:----|
90-
|[CWE-78: Improper Neutralization of Special Elements Used in an OS Command ("OS Command Injection")](CWE-707/CWE-78/README.md)||
90+
|[CWE-78: Improper Neutralization of Special Elements Used in an OS Command ("OS Command Injection")](CWE-707/CWE-78/README.md)|[CVE-2024-43804](https://www.cvedetails.com/cve/CVE-2024-43804/),<br/>CVSSv3.1: **8.8**,<br/>EPSS: **00.06** (08.11.2024)|
91+
|[CWE-117: Improper Output Neutralization for Logs](CWE-707/CWE-117/.)|
9192
|[CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')](CWE-707/CWE-89/.)|[CVE-2019-8600](https://www.cvedetails.com/cve/CVE-2019-8600/),<br/>CVSSv3.1: **9.8**,<br/>EPSS: **01.43** (18.02.2024)|
9293
|[CWE-117: Improper Output Neutralization for Logs](CWE-707/CWE-117/.)||
9394
|[CWE-180: Incorrect behavior order: Validate before Canonicalize](CWE-707/CWE-180/.)|[CVE-2022-26136](https://www.cvedetails.com/cve/CVE-2022-26136/),<br/>CVSSv3.1: **9.8**,<br/>EPSS: **00.77** (05.11.2024)|

0 commit comments

Comments
 (0)