Changes from Version 1 of ChangeLog

Show
Ignore:
Author:
jr (IP: 85.182.79.127)
Timestamp:
11/23/08 21:20:36 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangeLog

    v0 v1  
     1= noXSS 0.1.1 (2008-11-23) = 
     2 
     3 * Using original URI for script file injection detection (#34) 
     4 * Script file injection must match at least //hostname 
     5 * Basic frame handling (Does not catch all cases yet) 
     6 * Skipping redunant scanning of functions (except event handlers) 
     7 * Reduction of the default minScriptMatch to 6 characters 
     8 * Tracker will be disabled when noXSS has been deactivated 
     9 * Sharing of runtime between tokenizer instances 
     10 * Freeing runtime and context on module shutdown (#32) 
     11 * Stripping binary components in XPIs (saves space) 
     12 * Partial universal binary support  
     13 
     14= noXSS 0.1 (2008-10-05) =  
     15 
     16 * Initial public release