Skip to content

Commit 26443e1

Browse files
authored
pySCG README filename typo fix CWE-390 (#845)
Signed-off-by: Helge Wehder <[email protected]>
1 parent abb6a4f commit 26443e1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ It is __not production code__ and requires code-style or python best practices t
8686
|[CWE-703: Improper Check or Handling of Exceptional Conditions](https://cwe.mitre.org/data/definitions/703.html)|Prominent CVE|
8787
|:----------------------------------------------------------------|:----|
8888
|[CWE-230: Improper Handling of Missing Values](CWE-703/CWE-230/.)||
89-
|[CWE-390: Detection of Error Condition without Action](CWE-703/CWE-390/)||
89+
|[CWE-390: Detection of Error Condition without Action](CWE-703/CWE-390/README.md)||
9090
|[CWE-392: Missing Report of Error Condition](CWE-703/CWE-392/README.md)||
9191
|[CWE-754: Improper Check for Unusual or Exceptional Conditions](CWE-703/CWE-754/.)||
9292
|[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)|

0 commit comments

Comments
 (0)