Class SqlQuotesChecker

All Implemented Interfaces:
Processor, OptionConfiguration

@StubFiles("BCryptPasswordEncoder.astub") @RelevantJavaTypes(java.lang.CharSequence.class) public class SqlQuotesChecker extends BaseTypeChecker
A type-checker plug-in for the SQL Quotes type system. It finds (and verifies the absence of) some SQL injection bugs.

It verifies that each string used as a SQL query has matching open and close quotes.

  • Constructor Details

    • SqlQuotesChecker

      public SqlQuotesChecker()
      Creates a SqlQuotesChecker.