mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
fixup
This commit is contained in:
@@ -13,7 +13,7 @@ private import Util as Util
|
||||
module Summaries {
|
||||
private module Config implements DataFlow::ConfigSig {
|
||||
predicate isSource(DataFlow::Node source) {
|
||||
exists(DataFlow::MethodNode methodNode | not methodNode.isPublic() |
|
||||
exists(DataFlow::MethodNode methodNode | methodNode.isPublic() |
|
||||
getAnyParameterNode(methodNode).asSource() = source
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user