SecTester::Test
Inherits Reference / Object
Constants
Log = SecTester::Log.for("Test")
Constructors
new(token : String)
Sourcenew
SourceInstance methods
entry_points(*args, **options)
Sourceentry_points(*args, **options, &)
Sourceissues(*args, **options)
Sourceissues(*args, **options, &)
Sourcerun_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)
Sourcerun_check(scan_name : String, tests : String | Array(String) | Nil, target : Target, severity_threshold : Severity = :low, options : Options = Options.new, on_issue : Bool = true, &)
Sourcerun_check(scan_name : String, tests : String | Array(String) | Nil, severity_threshold : Severity = :low, options : Options = Options.new, on_issue : Bool = true, param_overwrite : String | Nil = nil, &)
Sourcescan_duration(*args, **options)
Sourcescan_duration(*args, **options, &)
Sourcescan_status(*args, **options)
Sourcescan_status(*args, **options, &)
Sourcetotal_params(*args, **options)
Sourcetotal_params(*args, **options, &)
Sourcetotal_requests(*args, **options)
Sourcetotal_requests(*args, **options, &)
Source