From 7cb584dfba62bb50bd461c0955fa332173f9f40f Mon Sep 17 00:00:00 2001 From: Helge Wehder Date: Thu, 17 Apr 2025 11:40:06 +0100 Subject: [PATCH] pySCG: adding 778 to main readme.md Signed-off-by: Helge Wehder --- docs/Secure-Coding-Guide-for-Python/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Secure-Coding-Guide-for-Python/readme.md b/docs/Secure-Coding-Guide-for-Python/readme.md index 7c34e6b6..43fee9f1 100644 --- a/docs/Secure-Coding-Guide-for-Python/readme.md +++ b/docs/Secure-Coding-Guide-for-Python/readme.md @@ -76,6 +76,7 @@ It is __not production code__ and requires code-style or python best practices t |[CWE-693: Protection Mechanism Failure](https://cwe.mitre.org/data/definitions/693.html)|Prominent CVE| |[CWE-184: Incomplete List of Disallowed Input](CWE-693/CWE-184/README.md)|| |[CWE-330: Use of Insufficiently Random Values](CWE-693/CWE-330/README.md)|[CVE-2020-7548](https://www.cvedetails.com/cve/CVE-2020-7548),
CVSSv3.1: __9.8__,
EPSS: __0.22__ (12.12.2024)| +|[CWE-778: Insufficient Logging](CWE-693/CWE-778/README.md)|| |[CWE-798: Use of hardcoded credentials](CWE-693/CWE-798/README.md)|| |[CWE-697: Incorrect Comparison](https://cwe.mitre.org/data/definitions/703.html)|Prominent CVE|