class SecTester::Test

Defined in:

sec_tester/test.cr

Constant Summary

Log = SecTester::Log.for("Test")

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : String) #

[View source]
def self.new #

[View source]

Instance Method Detail

def entry_points(*args, **options) #

[View source]
def entry_points(*args, **options, &) #

[View source]
def issues(*args, **options) #

[View source]
def issues(*args, **options, &) #

[View source]
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) #

[View source]
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, &) #

[View source]
def run_check(scan_name : String, tests : String | Array(String) | Nil, severity_threshold : Severity = :low, options : Options = Options.new, on_issue : Bool = true, &) #

[View source]
def scan_duration(*args, **options) #

[View source]
def scan_duration(*args, **options, &) #

[View source]
def scan_status(*args, **options) #

[View source]
def scan_status(*args, **options, &) #

[View source]
def total_params(*args, **options) #

[View source]
def total_params(*args, **options, &) #

[View source]
def total_requests(*args, **options) #

[View source]
def total_requests(*args, **options, &) #

[View source]