This commit is contained in:
Alex Ford
2023-06-01 16:26:05 +01:00
parent d09f6d318c
commit 606d601923
2 changed files with 12 additions and 12 deletions

View File

@@ -78,18 +78,18 @@ module SqlExecution {
}
}
/**
* A data-flow node that performs SQL sanitization.
*/
class SqlSanitization extends DataFlow::Node instanceof SqlSanitization::Range { }
/**
* A data-flow node that performs SQL sanitization.
*/
class SqlSanitization extends DataFlow::Node instanceof SqlSanitization::Range { }
/** Provides a class for modeling new SQL sanitization APIs. */
module SqlSanitization {
/**
* A data-flow node that performs SQL sanitization.
*/
abstract class Range extends DataFlow::Node { }
}
/** Provides a class for modeling new SQL sanitization APIs. */
module SqlSanitization {
/**
* A data-flow node that performs SQL sanitization.
*/
abstract class Range extends DataFlow::Node { }
}
/**
* A data-flow node that executes a regular expression.

View File

@@ -99,4 +99,4 @@ module Sqlite3 {
input = "Argument[0]" and output = "ReturnValue" and preservesValue = false
}
}
}
}