Skip to content

Commit 49efbca

Browse files
Update docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-584/README.md
Co-authored-by: Bartlomiej Karas <[email protected]> Signed-off-by: andrew-costello <[email protected]>
1 parent 4f12fd0 commit 49efbca

File tree

1 file changed

+3
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-584

1 file changed

+3
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-584/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ It is permissible to use control flow statements that lead into a finally block,
6969
```python
7070
# SPDX-FileCopyrightText: OpenSSF project contributors
7171
# SPDX-License-Identifier: MIT
72-
72+
""" Compliant Code Example """
73+
74+
7375
def do_logic():
7476
try:
7577
raise Exception

0 commit comments

Comments
 (0)