issues Search Results · repo:github/codeql path:docs/codeql "MethodAccess"
Filter by
45 results (135 ms)
45 results
ingithub/codeql (press backspace or delete to remove)... extends TaintTracking::AdditionalTaintStep {
override predicate step(DataFlow::Node n1, DataFlow::Node n2) {
exists(MethodAccess notify, RefType t, MethodAccess wait, SynchronizedStmt notifySync ...
Java
question
... project is built by JDK8. All modules are built successfully. Utilize the following query to search the method
parseURL:
import java
from MethodAccess ma, Method m
where ma.getMethod() = m and ...
question
... {
BuildConstraintViolationWithTemplateSink(){
exists( MethodAccess ma | ma.getCallee() instanceof BuildConstraintViolationWithTemplateMethod | ma.getArgument(0)=asExpr())
}
}
class CollectionType extends RefType ...
Java
question
... = s.equals( );
}
}
from MethodAccess ma
where
ma.getMethod().hasName( equals ) and
ma.getArgument(0).(StringLiteral).getValue() =
select ma, This comparison to empty string is ...
question
... = TestConfig }
override predicate isSource(DataFlow::Node n) {
n.asExpr() = any(MethodAccess ma | ma.getMethod().getName() = source )
}
override predicate isSink(DataFlow::Node n ...
enhancement
Java
... accesses on a raw type (fieldAccess.getQualifier().getType() and
methodAccess.getDeclaringType() will have a raw type as result). Whether that is the correct behavior might be a
different story ...
question
... (MethodAccess ma | ma.getCallee().getName() = sink ).getAnArgument()
}
}
from
CommandConfiguration config, DataFlow::PathNode source, DataFlow::PathNode sink
where
config.hasFlowPath(source, sink ...
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.