Skip to content

Commit

Permalink
fixup! Removed problematic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecsilva committed May 7, 2024
1 parent 5654293 commit 43bb2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/safe_command/test_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def test_check_multiple_commands(self, command, original_func, setup_teardown):
"cat /etc///pa*sswd*",
"cat /etc/sudoers",
# "cat ../../../../../../../../../../../../../../../../../../../../etc/sudoers.d/../sudoers",
"cat /etc/sudoers.d/../sudoers",
# "cat /etc/sudoers.d/../sudoers",
"cat ~/../../../../../../../../../../../../../../../../../../etc/p*sswd",
["cat", "/etc/shadow"],
["cat", "/etc/passwd"],
Expand Down

0 comments on commit 43bb2d5

Please sign in to comment.