mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
java: address ql alert
This commit is contained in:
@@ -5,5 +5,5 @@ from MethodAccess ma, Method m
|
||||
where
|
||||
m = viableImpl(ma) and
|
||||
m.fromSource() and
|
||||
ma.getFile().toString().matches("CallableViaSummary")
|
||||
ma.getFile().toString() = "CallableViaSummary"
|
||||
select ma, m
|
||||
|
||||
Reference in New Issue
Block a user