mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Add Editable.toString flow step
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import java
|
||||
import semmle.code.java.dataflow.FlowSources
|
||||
import TestUtilities.InlineFlowTest
|
||||
|
||||
class SourceTaintFlowConf extends DefaultTaintFlowConf {
|
||||
override predicate isSource(DataFlow::Node src) { src instanceof RemoteFlowSource }
|
||||
}
|
||||
Reference in New Issue
Block a user