Skip to content

Commit b71f9ae

Browse files
committed
Fix function qname
1 parent ac72f85 commit b71f9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/security/TaintedPathCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ module TaintedPath {
250250
class IsLocalCheck extends SanitizerGuard, DataFlow::CallNode {
251251
IsLocalCheck() {
252252
exists(Function f |
253-
f.hasQualifiedName("filepath", "IsLocal") and
253+
f.hasQualifiedName("path/filepath", "IsLocal") and
254254
this = f.getACall()
255255
)
256256
}

0 commit comments

Comments
 (0)