struct

SecTester::Options

Inherits Struct / Value / Object

Constants

VALID_LOCATIONS = ["body", "query", "fragment", "path", "headers", "artifical-query", "artifical-fragment"]

Constructors

new(smart_scan : Bool = true, skip_static_parameters : Bool = true, project_id : String | Nil = nil, slow_ep_timeout : Int32 | Nil = nil, crawl : Bool = false, param_locations : Array(String) = ["query", "body", "fragment"], auth_object_id : String | Nil = nil, template_id : String | Nil = nil, target_timeout : Int32 | Nil = nil)
Source

Instance methods

auth_object_id
Source
auth_object_id=(auth_object_id : String | Nil)
Source
crawl=(crawl : Bool)
Source
crawl?
Source
param_locations
Source
param_locations=(param_locations : Array(String))
Source
project_id
Source
project_id=(project_id : String | Nil)
Source
skip_static_parameters=(skip_static_parameters : Bool)
Source
skip_static_parameters?
Source
slow_ep_timeout
Source
slow_ep_timeout=(slow_ep_timeout : Int32 | Nil)
Source
smart_scan=(smart_scan : Bool)
Source
smart_scan?
Source
target_timeout
Source
target_timeout=(target_timeout : Int32 | Nil)
Source
template_id
Source
template_id=(template_id : String | Nil)
Source