Skip to content

Commit 478093a

Browse files
MathiasVPgeoffw0
andauthored
Update cpp/ql/lib/semmle/code/cpp/models/interfaces/Sql.qll
Co-authored-by: Geoffrey White <[email protected]>
1 parent bd5edc7 commit 478093a

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/models/interfaces

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/interfaces/Sql.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class SqlExecutionFunction extends Function {
1919
}
2020

2121
/**
22-
* An abstract class that represents a function that escapes an SQL query string.
22+
* An abstract class that represents a function that is a barrier to an SQL query string.
2323
*/
2424
abstract class SqlBarrierFunction extends Function {
2525
/**

0 commit comments

Comments
 (0)