Make import of dataflow private

This commit is contained in:
Ed Minnix
2024-01-22 23:40:24 -05:00
parent ec3d683186
commit bb44277090

View File

@@ -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.