Python: replace dataflow-test location in files

This commit is contained in:
Rasmus Wriedt Larsen
2024-04-19 10:39:45 +02:00
parent ce711f7d2f
commit e0e405bb31
9 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
# A thorough covering of methods in that document is found in classes.py.
#
# Intended sources should be the variable `SOURCE` and intended sinks should be
# arguments to the function `SINK` (see python/ql/test/experimental/dataflow/testConfig.qll).
# arguments to the function `SINK` (see python/ql/test/library-tests/dataflow/testConfig.qll).
import sys
import os

View File

@@ -2,7 +2,7 @@
# Headings refer to https://docs.python.org/3/reference/expressions.html,
# and are selected whenever they incur dataflow.
# Intended sources should be the variable `SOURCE` and intended sinks should be
# arguments to the function `SINK` (see python/ql/test/experimental/dataflow/testConfig.qll).
# arguments to the function `SINK` (see python/ql/test/library-tests/dataflow/testConfig.qll).
#
# Functions whose name ends with "_with_local_flow" will also be tested for local flow.
#