Sha256: 9157129be5e75476e75f1a0ab93a51c205fe37619a54b391f4e37dc572c16ab3
Contents?: true
Size: 581 Bytes
Versions: 18
Compression:
Stored size: 581 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 # 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
18 entries across 18 versions & 1 rubygems