Skip to content

Commit e20e4db

Browse files
authored
Python Guide: fixing accidentally introduced linter errors (#789)
Signed-off-by: Georg Kunz <[email protected]>
1 parent 92b8f37 commit e20e4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ It is __not production code__ and requires code-style or python best practices t
7171
|[CWE-693: Protection Mechanism Failure](https://cwe.mitre.org/data/definitions/693.html)|Prominent CVE|
7272
|:----------------------------------------------------------------|:----|
7373
|[CWE-184: Incomplete List of Disallowed Input](CWE-693/CWE-184/.)||
74-
|[CWE-330: Use of Insufficiently Random Values](CWE-693/CWE-330/README.md)|[CVE-2020-7548](https://www.cvedetails.com/cve/CVE-2020-7548),<br/>CVSSv3.1: **9.8**,<br/>EPSS: **0.22** (12.12.2024)|
74+
|[CWE-330: Use of Insufficiently Random Values](CWE-693/CWE-330/README.md)|[CVE-2020-7548](https://www.cvedetails.com/cve/CVE-2020-7548),<br/>CVSSv3.1: __9.8__,<br/>EPSS: __0.22__ (12.12.2024)|
7575
|[CWE-798: Use of hardcoded credentials](CWE-693/CWE-798/.)||
7676

7777
|[CWE-697: Incorrect Comparison](https://cwe.mitre.org/data/definitions/703.html)|Prominent CVE|
@@ -98,7 +98,7 @@ It is __not production code__ and requires code-style or python best practices t
9898
|:----------------------------------------------------------------|:----|
9999
|[CWE-1095: Loop Condition Value Update within the Loop](CWE-710/CWE-1095/README.md)||
100100
|[CWE-1109: Use of Same Variable for Multiple Purposes](CWE-710/CWE-1109/.)||
101-
|[CWE-489: Active Debug Code](CWE-710/CWE-489/README.md)|[CVE-2018-14649](https://www.cvedetails.com/cve/CVE-2018-14649),<br/>CVSSv3.1: **9.8**,<br/>EPSS: **69.64** (12.12.2023)|
101+
|[CWE-489: Active Debug Code](CWE-710/CWE-489/README.md)|[CVE-2018-14649](https://www.cvedetails.com/cve/CVE-2018-14649),<br/>CVSSv3.1: __9.8__,<br/>EPSS: __69.64__ (12.12.2023)|
102102

103103
## Biblography
104104

0 commit comments

Comments
 (0)