Changes between Version 2 and Version 3 of Internals
- Timestamp:
- 10/16/08 23:45:37 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internals
v2 v3 1 1 = Internals of noXSS = 2 2 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.3 This 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. 4 4 5 5 Basically 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.