class SecTester::Test
- SecTester::Test
- Reference
- Object
Defined in:
sec_tester/test.crConstant Summary
-
Log =
SecTester::Log.for("Test")
Constructors
Instance Method Summary
- #entry_points(*args, **options)
- #entry_points(*args, **options, &)
- #issues(*args, **options)
- #issues(*args, **options, &)
- #run_check(scan_name : String, tests : String | Array(String) | Nil, target : Target, severity_threshold : Severity = :low, options : Options = Options.new, on_issue : Bool = true, timeout : Time::Span | Nil = 20.minutes)
- #run_check(scan_name : String, tests : String | Array(String) | Nil, target : Target, severity_threshold : Severity = :low, options : Options = Options.new, on_issue : Bool = true, &)
- #run_check(scan_name : String, tests : String | Array(String) | Nil, severity_threshold : Severity = :low, options : Options = Options.new, on_issue : Bool = true, &)
- #scan_duration(*args, **options)
- #scan_duration(*args, **options, &)
- #scan_status(*args, **options)
- #scan_status(*args, **options, &)
- #total_params(*args, **options)
- #total_params(*args, **options, &)
- #total_requests(*args, **options)
- #total_requests(*args, **options, &)
Constructor Detail
Instance Method Detail
def run_check(scan_name : String, tests : String | Array(String) | Nil, target : Target, severity_threshold : Severity = :low, options : Options = Options.new, on_issue : Bool = true, timeout : Time::Span | Nil = 20.minutes)
#
def run_check(scan_name : String, tests : String | Array(String) | Nil, target : Target, severity_threshold : Severity = :low, options : Options = Options.new, on_issue : Bool = true, &)
#