| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 283 | 283 | FlowFeature getAFeature() { result = any(Configuration config).getAFeature() } | |
| 284 | 284 | ||
| 285 | 285 | predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() } | |
| 286 | + | ||
| 287 | + predicate filterForSourceOrSinkAlerts() { none() } | ||
| 288 | + | ||
| 289 | + predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) } | ||
| 290 | + | ||
| 291 | + predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) } | ||
| 292 | + | ||
| 293 | + predicate isFilteredSink(Node sink) { isSink(sink) } | ||
| 286 | 294 | } | |
| 287 | 295 | ||
| 288 | 296 | deprecated private import Impl<Config> as I | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 283 | 283 | FlowFeature getAFeature() { result = any(Configuration config).getAFeature() } | |
| 284 | 284 | ||
| 285 | 285 | predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() } | |
| 286 | + | ||
| 287 | + predicate filterForSourceOrSinkAlerts() { none() } | ||
| 288 | + | ||
| 289 | + predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) } | ||
| 290 | + | ||
| 291 | + predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) } | ||
| 292 | + | ||
| 293 | + predicate isFilteredSink(Node sink) { isSink(sink) } | ||
| 286 | 294 | } | |
| 287 | 295 | ||
| 288 | 296 | deprecated private import Impl<Config> as I | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 283 | 283 | FlowFeature getAFeature() { result = any(Configuration config).getAFeature() } | |
| 284 | 284 | ||
| 285 | 285 | predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() } | |
| 286 | + | ||
| 287 | + predicate filterForSourceOrSinkAlerts() { none() } | ||
| 288 | + | ||
| 289 | + predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) } | ||
| 290 | + | ||
| 291 | + predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) } | ||
| 292 | + | ||
| 293 | + predicate isFilteredSink(Node sink) { isSink(sink) } | ||
| 286 | 294 | } | |
| 287 | 295 | ||
| 288 | 296 | deprecated private import Impl<Config> as I | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 283 | 283 | FlowFeature getAFeature() { result = any(Configuration config).getAFeature() } | |
| 284 | 284 | ||
| 285 | 285 | predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() } | |
| 286 | + | ||
| 287 | + predicate filterForSourceOrSinkAlerts() { none() } | ||
| 288 | + | ||
| 289 | + predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) } | ||
| 290 | + | ||
| 291 | + predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) } | ||
| 292 | + | ||
| 293 | + predicate isFilteredSink(Node sink) { isSink(sink) } | ||
| 286 | 294 | } | |
| 287 | 295 | ||
| 288 | 296 | deprecated private import Impl<Config> as I | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 283 | 283 | FlowFeature getAFeature() { result = any(Configuration config).getAFeature() } | |
| 284 | 284 | ||
| 285 | 285 | predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() } | |
| 286 | + | ||
| 287 | + predicate filterForSourceOrSinkAlerts() { none() } | ||
| 288 | + | ||
| 289 | + predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) } | ||
| 290 | + | ||
| 291 | + predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) } | ||
| 292 | + | ||
| 293 | + predicate isFilteredSink(Node sink) { isSink(sink) } | ||
| 286 | 294 | } | |
| 287 | 295 | ||
| 288 | 296 | deprecated private import Impl<Config> as I | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 283 | 283 | FlowFeature getAFeature() { result = any(Configuration config).getAFeature() } | |
| 284 | 284 | ||
| 285 | 285 | predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() } | |
| 286 | + | ||
| 287 | + predicate filterForSourceOrSinkAlerts() { none() } | ||
| 288 | + | ||
| 289 | + predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) } | ||
| 290 | + | ||
| 291 | + predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) } | ||
| 292 | + | ||
| 293 | + predicate isFilteredSink(Node sink) { isSink(sink) } | ||
| 286 | 294 | } | |
| 287 | 295 | ||
| 288 | 296 | deprecated private import Impl<Config> as I | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 283 | 283 | FlowFeature getAFeature() { result = any(Configuration config).getAFeature() } | |
| 284 | 284 | ||
| 285 | 285 | predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() } | |
| 286 | + | ||
| 287 | + predicate filterForSourceOrSinkAlerts() { none() } | ||
| 288 | + | ||
| 289 | + predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) } | ||
| 290 | + | ||
| 291 | + predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) } | ||
| 292 | + | ||
| 293 | + predicate isFilteredSink(Node sink) { isSink(sink) } | ||
| 286 | 294 | } | |
| 287 | 295 | ||
| 288 | 296 | deprecated private import Impl<Config> as I | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 283 | 283 | FlowFeature getAFeature() { result = any(Configuration config).getAFeature() } | |
| 284 | 284 | ||
| 285 | 285 | predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() } | |
| 286 | + | ||
| 287 | + predicate filterForSourceOrSinkAlerts() { none() } | ||
| 288 | + | ||
| 289 | + predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) } | ||
| 290 | + | ||
| 291 | + predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) } | ||
| 292 | + | ||
| 293 | + predicate isFilteredSink(Node sink) { isSink(sink) } | ||
| 286 | 294 | } | |
| 287 | 295 | ||
| 288 | 296 | deprecated private import Impl<Config> as I | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 283 | 283 | FlowFeature getAFeature() { result = any(Configuration config).getAFeature() } | |
| 284 | 284 | ||
| 285 | 285 | predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() } | |
| 286 | + | ||
| 287 | + predicate filterForSourceOrSinkAlerts() { none() } | ||
| 288 | + | ||
| 289 | + predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) } | ||
| 290 | + | ||
| 291 | + predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) } | ||
| 292 | + | ||
| 293 | + predicate isFilteredSink(Node sink) { isSink(sink) } | ||
| 286 | 294 | } | |
| 287 | 295 | ||
| 288 | 296 | deprecated private import Impl<Config> as I | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,6 +283,14 @@ deprecated private module Config implements FullStateConfigSig { | |||
| 283 | 283 | FlowFeature getAFeature() { result = any(Configuration config).getAFeature() } | |
| 284 | 284 | ||
| 285 | 285 | predicate includeHiddenNodes() { any(Configuration config).includeHiddenNodes() } | |
| 286 | + | ||
| 287 | + predicate filterForSourceOrSinkAlerts() { none() } | ||
| 288 | + | ||
| 289 | + predicate isFilteredSource(Node source, FlowState state) { isSource(source, state) } | ||
| 290 | + | ||
| 291 | + predicate isFilteredSink(Node sink, FlowState state) { isSink(sink, state) } | ||
| 292 | + | ||
| 293 | + predicate isFilteredSink(Node sink) { isSink(sink) } | ||
| 286 | 294 | } | |
| 287 | 295 | ||
| 288 | 296 | deprecated private import Impl<Config> as I | |
| Back | FazBrowse Home | New Git URL |
0 commit comments