mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Shared support for alert filtering
This commit is contained in:
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig {
|
||||
FlowFeature getAFeature() { result = any(Configuration config).getAFeature() }
|
||||
|
||||
predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() }
|
||||
|
||||
predicate filterForSourceOrSinkAlerts() { none() }
|
||||
|
||||
predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) }
|
||||
|
||||
predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) }
|
||||
|
||||
predicate isFilteredSink(Node sink) { isSink(sink) }
|
||||
}
|
||||
|
||||
deprecated private import Impl<Config> as I
|
||||
|
||||
Reference in New Issue
Block a user