Sha256: 520d9a02029b76d4d3c535b736d536ff047692c8b610934b241c0555c73428b9

Contents?: true

Size: 721 Bytes

Versions: 13

Compression:

Stored size: 721 Bytes

Contents

# Copyright (c) 2021 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true

# Copyright (c) 2021 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true

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

13 entries across 13 versions & 1 rubygems

Version Path
contrast-agent-4.14.1 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.14.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.13.1 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.13.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.12.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.11.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.10.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.9.1 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.9.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.8.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.7.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.6.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb
contrast-agent-4.5.0 lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb