Sha256: 72fc0e8e94a7e576177a5bd10d961c9381f3eebd422f4cb3f651fabf8cfc0493
Contents?: true
Size: 387 Bytes
Versions: 8
Compression:
Stored size: 387 Bytes
Contents
Factory.define :dom_data do { skip_states: Arachni::Support::LookUp::HashSet.new.tap { |h| h << 0 }, transitions: [ Factory[:transition]], digest: 'stuff', data_flow_sinks: [ Factory[:data_flow] ], execution_flow_sinks: [ Factory[:execution_flow] ] } end Factory.define :dom do Factory[:page].dom end
Version data entries
8 entries across 8 versions & 1 rubygems