Class: Contrast::Agent::Reporting::Details::PathTraversalDetails

Inherits:
ProtectRuleDetails show all
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

#pathString

Returns:



13
14
15
# File 'lib/contrast/agent/reporting/details/path_traversal_details.rb', line 13

def path
  @path
end

Instance Method Details

#to_controlled_hashObject



15
16
17
18
19
# File 'lib/contrast/agent/reporting/details/path_traversal_details.rb', line 15

def to_controlled_hash
  {
      path: path
  }
end