Skip to content

Commit a394081

Browse files
Update stack trace in shell injection test to reflect correct line number (#336)
1 parent b3f0ad4 commit a394081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/test_shell_injection/expect_detection_blocked.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"operation": "passthru",
1717
"blocked": true,
1818
"source": "body",
19-
"stack": "tests/server/test_shell_injection/index.php(12): passthru()",
19+
"stack": "tests/server/test_shell_injection/index.php(24): passthru()",
2020
"path": ".command",
2121
"payload": "`whoami`",
2222
"metadata": {

0 commit comments

Comments
 (0)