Sha256: f3db7f44f1324e39b9ea251c90bbecda48599695b5d7d0f73d5a4134a29bbbb1

Contents?: true

Size: 241 Bytes

Versions: 7

Compression:

Stored size: 241 Bytes

Contents

var attackTarget;
var evalScriptsCounter = 0,
    largeTextEscaped = '<span>test</span>', 
    largeTextUnescaped = '<span>test</span>';
(2048).times(function(){ 
  largeTextEscaped += ' ABC';
  largeTextUnescaped += ' ABC';
});

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
Fingertips-headless-squirrel-0.2.0 test/regression/prototype/unit/fixtures/string.js
Fingertips-headless-squirrel-0.3.0 test/regression/prototype/unit/fixtures/string.js
Fingertips-headless-squirrel-0.4.0 test/regression/prototype/unit/fixtures/string.js
Fingertips-headless-squirrel-0.5.0 test/regression/prototype/unit/fixtures/string.js
alloy-js-test-san-0.1.0 test/regression/prototype/unit/fixtures/string.js
alloy-js-test-san-0.1.1 test/regression/prototype/unit/fixtures/string.js
headless-squirrel-0.5.1 test/regression/prototype/unit/fixtures/string.js