class SecTester::Scan
- SecTester::Scan
- Reference
- Object
Defined in:
sec_tester/scan.crConstructors
Instance Method Summary
- #base_url : String
- #entry_points : Atomic(Int32)
- #issues : Set(SecTester::Issue)
- #poll(on_issue : Bool = false, timeout : Time::Span | Nil = nil, interval : Time::Span = 5.seconds, severity_threshold : Severity = :low)
- #repeater : Repeater
-
#repeater_running? : Bool
method to check if repeater is up and running
- #scan_duration : Time::Span
- #scan_status : String
- #start(scan_name : String, tests : String | Array(String) | Nil, target : Target, options : Options) : String
- #stop
- #total_params : Atomic(Int32)
- #total_requests : Atomic(Int64)
Constructor Detail
Instance Method Detail
def poll(on_issue : Bool = false, timeout : Time::Span | Nil = nil, interval : Time::Span = 5.seconds, severity_threshold : Severity = :low)
#