mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
import java
|
|
import semmle.code.java.dataflow.FlowSources
|
|
import TestUtilities.InlineFlowTest
|
|
|
|
class SourceTaintFlowConf extends DefaultTaintFlowConf {
|
|
override predicate isSource(DataFlow::Node src) { src instanceof RemoteFlowSource }
|
|
}
|