Skip to content

Commit 257f991

Browse files
committed
Python: Remove one more unnecessary taint test
1 parent 6cb0319 commit 257f991

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/ql/test/experimental/dataflow/model-summaries/model_summaries.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ def SINK_F(x):
4444
not_via_lambda = MS_apply_lambda(lambda x: 1, SOURCE)
4545
SINK_F(not_via_lambda)
4646

47-
untainted_lambda = MS_apply_lambda(lambda x: 1, TAINTED_STRING)
48-
ensure_not_tainted(untainted_lambda)
4947

5048
# Collection summaries
5149
via_reversed = MS_reversed([SOURCE])

0 commit comments

Comments
 (0)