Skip to content

Commit 2d583f5

Browse files
authored
pySCG adding missing link on main readme (#951)
Signed-off-by: Helge Wehder <[email protected]>
1 parent 32e0a92 commit 2d583f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ It is __not production code__ and requires code-style or python best practices t
9797
|[CWE-252: Unchecked Return Value](CWE-703/CWE-252/README.md)||
9898
|[CWE-390: Detection of Error Condition without Action](CWE-703/CWE-390/README.md)||
9999
|[CWE-392: Missing Report of Error Condition](CWE-703/CWE-392/README.md)||
100+
|[CWE-476: NULL Pointer Dereference](CWE-703/CWE-476/README.md)||
100101
|[CWE-754: Improper Check for Unusual or Exceptional Conditions - float](CWE-703/CWE-754/README.md)||
101102
|[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)|
102103

0 commit comments

Comments
 (0)