Sha256: da65c2182c45bb8efd8a19fef40c481492f51f18fb6e8b89fc10cd407eb3bf1a
Contents?: true
Size: 568 Bytes
Versions: 24
Compression:
Stored size: 568 Bytes
Contents
# Copyright (c) 2022 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 SqliteSqlScanner < Contrast::Agent::Protect::Rule::Sqli::DefaultSqlScanner end end end end end end
Version data entries
24 entries across 24 versions & 1 rubygems