Skip to content

Commit 9c8d660

Browse files
authored
Added licenses on top of noncompliant01.py (CWE-755)
Signed-off-by: BartyBoi1128 <[email protected]>
1 parent f3dbcaf commit 9c8d660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-703/CWE-755/noncompliant01.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: OpenSSF project contributors
2+
# SPDX-License-Identifier: MIT
13
""" Non-compliant Code Example """
24

35
import os

0 commit comments

Comments
 (0)