class

Deadfinder::Runner

Inherits Reference < Object

Constants

LINK_SELECTORS = {"anchor" => {"a", "href"}, "script" => {"script", "src"}, "link" => {"link", "href"}, "iframe" => {"iframe", "src"}, "form" => {"form", "action"}, "object" => {"object", "data"}, "embed" => {"embed", "src"}}

Instance methods

run(target : String, options : Options, output : Hash(String, Array(String)), coverage_data : Hash(String, TargetCoverage), cache_set : Hash(String, Bool), mutex : Mutex)
Source
worker(id : Int32, jobs : Channel(String), results : Channel(String), target : String, options : Options, output : Hash(String, Array(String)), coverage_data : Hash(String, TargetCoverage), cache_set : Hash(String, Bool), mutex : Mutex)
Source