Skip to content

Commit

Permalink
test: unicode every character in the unicode test, for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 8, 2021
1 parent db365d0 commit 3db4cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/assets/testdata_sanitizer_tests1.dat
Expand Up @@ -57,7 +57,7 @@
{
/* and finally a version that has a chance of actually demonstrating a javascript vulnerability */
"name": "div_background_image_unicode_encoded4",
"input": "<DIV STYLE=\"background-image:\u0075\u0072\u006C\u0028'\u006a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u003a\u0061\u006c\u0065\u0072\u0074\u0028\u0031\u0032\u0033\u0034\u0029'\u0029\">foo</div>",
"input": "<DIV STYLE=\"background-image:\u0075\u0072\u006C\u0028\u0027\u006a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u003a\u0061\u006c\u0065\u0072\u0074\u0028\u0031\u0032\u0033\u0034\u0029\u0027\u0029\">foo</div>",
"output": "<div>foo</div>"
},

Expand Down

0 comments on commit 3db4cc7

Please sign in to comment.