Skip to content

Commit 5e8887e

Browse files
committed
pySCG: fixed lint issue
Signed-off-by: Helge Wehder <[email protected]>
1 parent a0b55bb commit 5e8887e

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
@@ -5,7 +5,7 @@ An initiative by the OpenSSF to provide new Python programmers a resource to stu
55
Documentation is written in academic style to support security researchers while using in plain English to cater for an international audience.
66

77
Python modules outside of the _Python Module Index_ [[Python 2023](https://docs.python.org/3.9/py-modindex.html)], languages such as `HTML` and `JavaScript` are avoided.
8-
The structure is based on Common Weakness Enamurator (CWE) _Pillar Weakness_ [[MTRE 2024][](https://cwe.mitre.org/documents/glossary/#Pillar%20Weakness)].
8+
The structure is based on Common Weakness Enamurator (CWE) _Pillar Weakness_ [[MITRE 2024](https://cwe.mitre.org/documents/glossary/#Pillar%20Weakness)].
99

1010
## Disclaimer
1111

0 commit comments

Comments
 (0)