Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4316026

Browse files
committed
C++: VariableAccess -> Expr.
1 parent 6848b60 commit 4316026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Security/CWE/CWE-497/SystemData.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class SQLClientInfo extends SystemData {
5454
override predicate isSensitive() { any() }
5555
}
5656

57-
private predicate sqlConnectInfo(FunctionCall source, VariableAccess use) {
57+
private predicate sqlConnectInfo(FunctionCall source, Expr use) {
5858
(
5959
source.getTarget().hasName("mysql_connect") or
6060
source.getTarget().hasName("mysql_real_connect")

0 commit comments

Comments
 (0)