DescriptionMake HTMLViewSourceParser also run the XSSAuditor when it is creating a view source
page, and mark the tokens that it thinks are reflected XSS vectors using a
red highlight.
This happens to work at the moment in both "rewrite" and "block" xss protection
modes, because we don't use the modified token when constructing the view
source page. Ideally, the logic about what mode to use should move out of
XSSAuditor, so that view-source can pass in a value suitable for this specific
case.
Tangentially related to the "XSS Auditor is silent" bug.
BUG=93976
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175320
Patch Set 1 #
Total comments: 5
Patch Set 2 : Add enum, tests (but not yet tests results). #Patch Set 3 : Add tooltip text. #Patch Set 4 : Add expected test results. #Patch Set 5 : Rebase #Patch Set 6 : Update descriptive text in test cases. #Messages
Total messages: 15 (0 generated)
|