We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac72f85 commit b71f9aeCopy full SHA for b71f9ae
go/ql/lib/semmle/go/security/TaintedPathCustomizations.qll
@@ -250,7 +250,7 @@ module TaintedPath {
250
class IsLocalCheck extends SanitizerGuard, DataFlow::CallNode {
251
IsLocalCheck() {
252
exists(Function f |
253
- f.hasQualifiedName("filepath", "IsLocal") and
+ f.hasQualifiedName("path/filepath", "IsLocal") and
254
this = f.getACall()
255
)
256
}
0 commit comments