Skip to content

Commit da2cb03

Browse files
authored
Added licenses on top of noncompliant03.py (CWE-755)
Signed-off-by: BartyBoi1128 <[email protected]>
1 parent 23bac1d commit da2cb03

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/noncompliant03.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 pathlib

0 commit comments

Comments
 (0)