Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have this predicate :
So I want to know how I can :
I know there are a bunch of annotations that codeQL supports, but im not sure how to pick the right ones.
For reference the delegated method logic is needed since our java code has a bunch of methods overriding each other from difference interfaces and looking at getAnOverride and/or getAnImpl doesn't find all the necessary methods, so resolving methods by signature works in our case.
Also the callsOne ... callsThree are predicates that perform dataflow and we are ranking them from least resources consuming to most.
Beta Was this translation helpful? Give feedback.
All reactions