mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Fix function qname
This commit is contained in:
@@ -250,7 +250,7 @@ module TaintedPath {
|
||||
class IsLocalCheck extends SanitizerGuard, DataFlow::CallNode {
|
||||
IsLocalCheck() {
|
||||
exists(Function f |
|
||||
f.hasQualifiedName("filepath", "IsLocal") and
|
||||
f.hasQualifiedName("path/filepath", "IsLocal") and
|
||||
this = f.getACall()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user