Skip to content

Commit 8dd666d

Browse files
committed
pySCG: fix multiple blank lines in KNOWN_ISSUES.md
Fix MD012 markdown linting error. Signed-off-by: tommcd <[email protected]>
1 parent d5a2f4c commit 8dd666d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,8 @@ Python Code Issues:
179179
CWE-682/CWE-1335/noncompliant01.py
180180
-> Execution timeout (intentional infinite loop/blocking)
181181

182-
CWE-691/CWE-366/compliant01.py
183-
-> Execution timeout (intentional infinite loop/blocking)
184-
185182
======================================================================
186-
Total Files with Issues: 53
183+
Total Files with Issues: 52
187184

188185
For detailed output: uv run pytest tests/ -v
189-
For fix instructions: see tests/README.md
190-
186+
For fix instructions: see tests/README.md

0 commit comments

Comments
 (0)