jenkins-bot has submitted this change and it was merged. Change subject: Add Reference to relevant bug in new MSIE 6 CSS sanitization tests ......................................................................
Add Reference to relevant bug in new MSIE 6 CSS sanitization tests Change-Id: Ie0bac33e9012d2d36242f31839a73cc848a40eba --- M tests/parser/parserTests.txt 1 file changed, 5 insertions(+), 5 deletions(-) Approvals: Subramanya Sastry: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index d853889..a868214 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -12117,7 +12117,7 @@ !! end !! test -CSS safety test: vertical tab +CSS safety test (all browsers): vertical tab (bug 55332 / CVE-2013-4567) !! input <p style="font-size: 100px; background-image:url\b(https://www.google.com/images/srpr/logo6w.png)">A</p> !! result @@ -12126,7 +12126,7 @@ !! end !! test -MSIE CSS safety test: Fullwidth +MSIE 6 CSS safety test: Fullwidth (bug 55332) !! input <p style="font-size: 100px; color: expression((title='XSSed'),'red')">A</p> <div style="top:EXPRESSION(alert())">B</div> @@ -12137,7 +12137,7 @@ !! end !! test -MSIE CSS safety test: IPA extensions +MSIE 6 CSS safety test: IPA extensions (bug 55332) !! input <div style="background-image:uʀʟ(javascript:alert())">A</div> <p style="font-size: 100px; color: expʀessɪoɴ((title='XSSed'),'red')">B</p> @@ -12148,7 +12148,7 @@ !! end !! test -MSIE CSS safety test: sup/sub script +MSIE 6 CSS safety test: sup/sub script (bug 55332) !! input <div style="background-image:url⁽javascript:alert())">A</div> <div style="background-image:url₍javascript:alert())">B</div> @@ -12172,7 +12172,7 @@ !! end !! test -MSIE CSS safety test: Repetition markers +MSIE 6 CSS safety test: Repetition markers (bug 55332) !! input <p style="font-size: 100px; color: expres〱ion((title='XSSed'),'red')">A</p> <p style="font-size: 100px; color: expresゝion((title='XSSed'),'red')">B</p> -- To view, visit https://gerrit.wikimedia.org/r/106160 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie0bac33e9012d2d36242f31839a73cc848a40eba Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: GWicke <[email protected]> Gerrit-Reviewer: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: CSteipp <[email protected]> Gerrit-Reviewer: Cscott <[email protected]> Gerrit-Reviewer: GWicke <[email protected]> Gerrit-Reviewer: PleaseStand <[email protected]> Gerrit-Reviewer: Subramanya Sastry <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
