mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Java: Update dependencies.
This commit is contained in:
@@ -22,5 +22,5 @@ class SummaryModelTest extends SummaryModelCsv {
|
|||||||
}
|
}
|
||||||
|
|
||||||
from DataFlow::Node node1, DataFlow::Node node2
|
from DataFlow::Node node1, DataFlow::Node node2
|
||||||
where FlowSummaryImpl::Private::Steps::summaryThroughStepTaint(node1, node2)
|
where FlowSummaryImpl::Private::Steps::summaryThroughStepTaint(node1, node2, _)
|
||||||
select node1, node2
|
select node1, node2
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ from DataFlow::Node src, DataFlow::Node sink
|
|||||||
where
|
where
|
||||||
(
|
(
|
||||||
localAdditionalTaintStep(src, sink) or
|
localAdditionalTaintStep(src, sink) or
|
||||||
FlowSummaryImpl::Private::Steps::summaryThroughStepTaint(src, sink)
|
FlowSummaryImpl::Private::Steps::summaryThroughStepTaint(src, sink, _)
|
||||||
) and
|
) and
|
||||||
not FlowSummaryImpl::Private::Steps::summaryLocalStep(src, sink, false) and
|
not FlowSummaryImpl::Private::Steps::summaryLocalStep(src, sink, false) and
|
||||||
not FlowSummaryImpl::Private::Steps::summaryReadStep(src, _, sink) and
|
not FlowSummaryImpl::Private::Steps::summaryReadStep(src, _, sink) and
|
||||||
|
|||||||
Reference in New Issue
Block a user