We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a2f4c commit 8dd666dCopy full SHA for 8dd666d
docs/Secure-Coding-Guide-for-Python/KNOWN_ISSUES.md
@@ -179,12 +179,8 @@ Python Code Issues:
179
CWE-682/CWE-1335/noncompliant01.py
180
-> Execution timeout (intentional infinite loop/blocking)
181
182
- CWE-691/CWE-366/compliant01.py
183
- -> Execution timeout (intentional infinite loop/blocking)
184
-
185
======================================================================
186
-Total Files with Issues: 53
+Total Files with Issues: 52
187
188
For detailed output: uv run pytest tests/ -v
189
-For fix instructions: see tests/README.md
190
+For fix instructions: see tests/README.md
0 commit comments