Skip to content

Commit fb19ccf

Browse files
committed
Fix escape sequence
1 parent 390fad6 commit fb19ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

training/test_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def model(request):
5959
("select * from users where id=10000", [14.83, 88.93, 0.229]),
6060
("select '1' union select 'a'; -- -'", [99.99, 97.32, 99.97]),
6161
(
62-
"select '' union select 'malicious php code' \g /var/www/test.php; -- -';",
62+
"select '' union select 'malicious php code' \\g /var/www/test.php; -- -';",
6363
[99.99, 80.65, 99.98],
6464
),
6565
(

0 commit comments

Comments
 (0)