mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
Make import of dataflow private
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** Classes to represent sanitizers commonly used in dataflow and taint tracking configurations. */
|
||||
|
||||
import java
|
||||
import semmle.code.java.dataflow.DataFlow
|
||||
private import semmle.code.java.dataflow.DataFlow
|
||||
|
||||
/**
|
||||
* A node whose type is a common scalar type, such as primitives or their boxed counterparts.
|
||||
|
||||
Reference in New Issue
Block a user