Sha256: de0992b92d62c690a17a33410e6c30c2a33b74679bb7e3a8468c411146996553
Contents?: true
Size: 581 Bytes
Versions: 5
Compression:
Stored size: 581 Bytes
Contents
# Copyright (c) 2022 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 # SqliDangerousFunctions IA result details info. class SqliDangerousFunctions < ProtectRuleDetails # @return [String] attr_accessor :query def to_controlled_hash { query: query } end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems