Docs: Highlight need for explicit import of DataFlow lib

at least in some langauges
This commit is contained in:
Rasmus Wriedt Larsen
2021-03-17 16:01:20 +01:00
parent 4f63584179
commit d426f1efaf

View File

@@ -55,6 +55,8 @@ You should use the following template:
*/
import <language>
// For some languages (Java/C++/Python) you need to explicitly import the data flow library, such as
// import semmle.code.java.dataflow.DataFlow
import DataFlow::PathGraph
...