Skip to content

Commit

Permalink
Update README.md fixed linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: myteron <[email protected]>
  • Loading branch information
myteron authored Nov 7, 2024
1 parent 30153ee commit 10a1300
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ if "posix" in os.name:
The code in `noncompliant01.py` prints the first line of `/etc/passwd` on Linux or starts `net user` under Windows.
The `FileOperations().list_dir()` method allows an attacker to add commands via `;` in Linux and `&` in Windows.


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

The attack surface increases if a user is also allowed to upload or create files or folders.
Expand Down

0 comments on commit 10a1300

Please sign in to comment.