Skip to content

Commit c4fa2df

Browse files
authored
pySCG 180 adding cv einfo (#862)
Added missing CVE on main pySCG readme --------- Reviewed by tommcd and gkunz Signed-off-by: Helge Wehder <[email protected]>
1 parent f06d79a commit c4fa2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ It is __not production code__ and requires code-style or python best practices t
9999
|[CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')](CWE-707/CWE-89/README.md)|[CVE-2019-8600](https://www.cvedetails.com/cve/CVE-2019-8600/),<br/>CVSSv3.1: __9.8__,<br/>EPSS: __01.43__ (18.02.2024)|
100100
|[CWE-117: Improper Output Neutralization for Logs](CWE-707/CWE-117/.)||
101101
|[CWE-175: Improper Handling of Mixed Encoding](CWE-707/CWE-175/README.md)||
102-
|[CWE-180: Incorrect behavior order: Validate before Canonicalize](CWE-707/CWE-180/README.md)||
102+
|[CWE-180: Incorrect behavior order: Validate before Canonicalize](CWE-707/CWE-180/README.md)|[CVE-2022-26136](https://www.cvedetails.com/cve/CVE-2022-26136/),<br/>CVSSv3.1: __9.8__,<br/>EPSS: __00.18__ (24.04.2025)|
103103

104104
|[CWE-710: Improper Adherence to Coding Standards](https://cwe.mitre.org/data/definitions/710.html)|Prominent CVE|
105105
|:----------------------------------------------------------------|:----|

0 commit comments

Comments
 (0)