Changes between Version 2 and Version 3 of Internals

Show
Ignore:
Author:
jr (IP: 85.182.78.244)
Timestamp:
10/16/08 23:45:37 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Internals

    v2 v3  
    11= Internals of noXSS = 
    22 
    3 This page describes noXSS actually detects [http://en.wikipedia.org/wiki/Cross-site_scripting XSS] attacks, what components noXSS consists of and how they work together. 
     3This page describes how noXSS actually detects [http://en.wikipedia.org/wiki/Cross-site_scripting XSS] attacks, what components noXSS consists of and how they work together. 
    44 
    55Basically noXSS checks all executed scripts against relevant request data. If a certain amount of request data is found within a script noXSS assumes that a XSS attempt has occurred and prevents the execution of the whole script.