Merge pull request #6107 from aschackmull/dataflow/implicit-reads

Dataflow: Add support for implicit reads
This commit is contained in:
Anders Schack-Mulligen
2021-06-24 15:38:35 +02:00
committed by GitHub
76 changed files with 16334 additions and 12259 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* The DataFlow libraries have been augmented with support for `Configuration`-specific in-place read steps at, for example, sinks and custom taint steps. This means that it is now possible to specify sinks that accept flow with non-empty access paths.