Skip to content

Commit e63e5bd

Browse files
myterongkunz
andauthored
Update docs/Secure-Coding-Guide-for-Python/CWE-707/CWE-78/README.md
Co-authored-by: Georg Kunz <[email protected]> Signed-off-by: myteron <[email protected]>
1 parent 5f966b5 commit e63e5bd

File tree

1 file changed

+1
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-707/CWE-78

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-707/CWE-78/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if "posix" in os.name:
6969

7070
```
7171

72-
Instead of listing files we have the `noncompliant01.py` code print the first line of `/etc/passwd` on Linux or start `net user` under Windows.
72+
Instead of listing files, the code in `noncompliant01.py` prints the first line of `/etc/passwd` on Linux or starts `net user` under Windows.
7373

7474
## Non-Compliant Code Example (Read, Write)
7575

0 commit comments

Comments
 (0)