issues Search Results · repo:github/codeql path:docs/codeql "MethodAccess"
Filter by
45 results (117 ms)
45 results
ingithub/codeql (press backspace or delete to remove)Image i try to use the test but smoething wrong, can you help me slove it?
question
... , username , file , command , blabberUsername , password , remember , target ] and
src.asParameter() = p
)
or
exists(MethodAccess access |
access.getMethod().getDeclaringType().getName ...
question
... StringValue extends MethodAccess {
StringValue(){
this.getCallee().getDeclaringType() instanceof TypeStringLib and
this.getCallee().hasName( valueOf )
}
}
private class ...
question
... this case by extending PathInjectionSanitizer.
You want a BarrierGuard that checks either the argument of isValidFilename if it s a variable, or its qualifier if it s
a MethodAccess (which BTW has ...
question
... (MethodAccess m |
this.asExpr()=m.getArgument(0) and m.getMethod().getName()= println
)
}
}
class MyTaintTrackingConfiguration extends TaintTracking::Configuration ...
question
... () {
this.hasQualifiedName( org.jgroups.util , Util , streamableFromByteBuffer )
}
}
class StreamableFromByteBufferMethodCall extends MethodAccess {
StreamableFromByteBufferMethodCall ...
question
... );
override predicate isSource(DataFlow::Node source) {
exists(MethodAccess ma |
ma.getMethod().hasName( lookup ) and
ma.getArgument(0) = source.asExpr() and
ma.getArgument(0 ...
Java
question

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.