Class: Contrast::Agent::Reporting::Details::PathTraversalDetails
- Inherits:
-
ProtectRuleDetails
- Object
- ProtectRuleDetails
- Contrast::Agent::Reporting::Details::PathTraversalDetails
- Defined in:
- lib/contrast/agent/reporting/details/path_traversal_details.rb
Overview
PathTraversalDetails IA result details info.
Instance Attribute Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#path ⇒ String
13 14 15 |
# File 'lib/contrast/agent/reporting/details/path_traversal_details.rb', line 13 def path @path end |
Instance Method Details
#to_controlled_hash ⇒ Object
15 16 17 18 19 |
# File 'lib/contrast/agent/reporting/details/path_traversal_details.rb', line 15 def to_controlled_hash { path: path } end |