mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Refactored to use CSV sink model
This commit is contained in:
@@ -9,7 +9,7 @@ class Conf extends TaintTracking::Configuration {
|
||||
|
||||
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
|
||||
|
||||
override predicate isSink(DataFlow::Node sink) { sink instanceof FetchUntrustedResourceSink }
|
||||
override predicate isSink(DataFlow::Node sink) { sink instanceof UrlResourceSink }
|
||||
}
|
||||
|
||||
class UnsafeAndroidAccessTest extends InlineExpectationsTest {
|
||||
|
||||
Reference in New Issue
Block a user