mirror of
https://github.com/github/codeql.git
synced 2026-05-21 22:57:11 +02:00
Minor improvement
This commit is contained in:
@@ -52,7 +52,7 @@ abstract class AtmConfig extends TaintTracking::Configuration {
|
||||
*
|
||||
* Holds if `source` is a known source of flow.
|
||||
*/
|
||||
predicate isKnownSource(DataFlow::Node source) { none() }
|
||||
abstract predicate isKnownSource(DataFlow::Node source);
|
||||
|
||||
/**
|
||||
* EXPERIMENTAL. This API may change in the future.
|
||||
|
||||
Reference in New Issue
Block a user