Sha256: 5d859af792bff3dae8a82bbbfe333570a16cb0739f6a381e01b1d6b51549974c

Contents?: true

Size: 926 Bytes

Versions: 15

Compression:

Stored size: 926 Bytes

Contents

opal_filter "taint" do
  fails "Hash#reject with extra state does not taint the resulting hash"

  fails "String#% doesn't taint the result for %e when argument is tainted"
  fails "String#% doesn't taint the result for %E when argument is tainted"
  fails "String#% doesn't taint the result for %f when argument is tainted"
  fails "String#% doesn't taint the result for %g when argument is tainted"
  fails "String#% doesn't taint the result for %G when argument is tainted"
  fails "String#byteslice with index, length always taints resulting strings when self is tainted"
  fails "String#byteslice with Range always taints resulting strings when self is tainted"

  fails "StringScanner#pre_match taints the returned String if the input was tainted"
  fails "StringScanner#post_match taints the returned String if the input was tainted"
  fails "StringScanner#rest taints the returned String if the input was tainted"
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
opal-0.10.6 spec/filters/unsupported/taint.rb
opal-0.10.6.beta spec/filters/unsupported/taint.rb
opal-0.10.5 spec/filters/unsupported/taint.rb
opal-0.10.4 spec/filters/unsupported/taint.rb
opal-0.10.3 spec/filters/unsupported/taint.rb
opal-0.10.2 spec/filters/unsupported/taint.rb
opal-0.10.1 spec/filters/unsupported/taint.rb
opal-0.10.0 spec/filters/unsupported/taint.rb
opal-0.10.0.rc2 spec/filters/unsupported/taint.rb
opal-0.10.0.rc1 spec/filters/unsupported/taint.rb
opal-0.10.0.beta5 spec/filters/unsupported/taint.rb
opal-0.10.0.beta4 spec/filters/unsupported/taint.rb
opal-0.10.0.beta3 spec/filters/unsupported/taint.rb
opal-0.10.0.beta2 spec/filters/unsupported/taint.rb
opal-0.10.0.beta1 spec/filters/unsupported/taint.rb