Sha256: a427f7318cad4139c97b0ef77ab911be80cdb0c6405dea43517c7ed65efe55cf
Contents?: true
Size: 691 Bytes
Versions: 1
Compression:
Stored size: 691 Bytes
Contents
# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true # Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. module Contrast module Agent module Protect module Rule class Sqli # This class is the concrete implementation of the DefaultSqlScanner designed # to support the customizations of MySQL. # # @deprecated RUBY-356 class PostgresSqlScanner < Contrast::Agent::Protect::Rule::Sqli::DefaultSqlScanner end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
contrast-agent-6.11.0 | lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb |