mirror of
https://github.com/github/codeql.git
synced 2026-02-18 16:03:45 +01:00
Docs: Highlight need for explicit import of DataFlow lib
at least in some langauges
This commit is contained in:
@@ -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
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user