mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
C++: VariableAccess -> Expr.
This commit is contained in:
@@ -54,7 +54,7 @@ class SQLClientInfo extends SystemData {
|
||||
override predicate isSensitive() { any() }
|
||||
}
|
||||
|
||||
private predicate sqlConnectInfo(FunctionCall source, VariableAccess use) {
|
||||
private predicate sqlConnectInfo(FunctionCall source, Expr use) {
|
||||
(
|
||||
source.getTarget().hasName("mysql_connect") or
|
||||
source.getTarget().hasName("mysql_real_connect")
|
||||
|
||||
Reference in New Issue
Block a user