We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb0319 commit 257f991Copy full SHA for 257f991
python/ql/test/experimental/dataflow/model-summaries/model_summaries.py
@@ -44,8 +44,6 @@ def SINK_F(x):
44
not_via_lambda = MS_apply_lambda(lambda x: 1, SOURCE)
45
SINK_F(not_via_lambda)
46
47
-untainted_lambda = MS_apply_lambda(lambda x: 1, TAINTED_STRING)
48
-ensure_not_tainted(untainted_lambda)
49
50
# Collection summaries
51
via_reversed = MS_reversed([SOURCE])
0 commit comments