struct SecTester::Options
- SecTester::Options
- Struct
- Value
- Object
Defined in:
sec_tester/options.crConstant Summary
-
VALID_LOCATIONS =
["body", "query", "fragment", "path", "headers", "artifical-query", "artifical-fragment"]
Constructors
Instance Method Summary
- #auth_object_id : String | Nil
- #auth_object_id=(auth_object_id : String | Nil)
- #crawl=(crawl : Bool)
- #crawl? : Bool
- #param_locations : Array(String)
- #param_locations=(param_locations : Array(String))
- #project_id : String | Nil
- #project_id=(project_id : String | Nil)
- #skip_static_parameters=(skip_static_parameters : Bool)
- #skip_static_parameters? : Bool
- #slow_ep_timeout : Int32 | Nil
- #slow_ep_timeout=(slow_ep_timeout : Int32 | Nil)
- #smart_scan=(smart_scan : Bool)
- #smart_scan? : Bool
- #target_timeout : Int32 | Nil
- #target_timeout=(target_timeout : Int32 | Nil)
- #template_id : String | Nil
- #template_id=(template_id : String | Nil)
Constructor Detail
def self.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)
#