Sha256: 19bc25440486afda88ae0b8f56bba5ec09e3e3732a5d7eb48e3fe2e84bc58a90
Contents?: true
Size: 602 Bytes
Versions: 18
Compression:
Stored size: 602 Bytes
Contents
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true require 'contrast/agent/reporting/details/protect_rule_details' module Contrast module Agent module Reporting module Details # PathTraversalDetails IA result details info. class PathTraversalDetails < ProtectRuleDetails # @return [String] attr_accessor :path def to_controlled_hash { path: path } end end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems