Class SqlQuotesChecker

All Implemented Interfaces:
Processor, OptionConfiguration

@StubFiles({"BCryptPasswordEncoder.astub","Statement.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) SQL injection bugs.

It verifies that only SQL-safe embedded query values are trusted and that user input is sanitized before use.

  • Constructor Details

    • SqlQuotesChecker

      public SqlQuotesChecker()
      Creates a SqlQuotesChecker.