Skip to content

Commit

Permalink
Merge pull request #235 from flavorjones/flavorjones-update-tests-for…
Browse files Browse the repository at this point in the history
…-libxml_2_9_14

test: ensure we pass with libxml 2.9.14
  • Loading branch information
flavorjones committed May 4, 2022
2 parents 22fcdda + 303ff07 commit c8ae0a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/assets/testdata_sanitizer_tests1.dat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"name": "IE_Comments_2",
"input": "<![if !IE 5]><script>alert('XSS');</script><![endif]>",
"output": "&lt;script&gt;alert('XSS');&lt;/script&gt;",
"rexml": "Ill-formed XHTML!"
"xhtml": "&lt;![if !IE 5]&gt;&lt;script&gt;alert('XSS');&lt;/script&gt;&lt;![endif]&gt;",
"commentary": "output is libxml 2.9.13 and earlier, xhtml is libxml 2.9.14 and later, see libxml 148be64"
},

{
Expand Down

0 comments on commit c8ae0a4

Please sign in to comment.