Skip to content

Commit bb44277

Browse files
committed
Make import of dataflow private
1 parent ec3d683 commit bb44277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/dataflow/CommonSanitizers.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** Classes to represent sanitizers commonly used in dataflow and taint tracking configurations. */
22

33
import java
4-
import semmle.code.java.dataflow.DataFlow
4+
private import semmle.code.java.dataflow.DataFlow
55

66
/**
77
* A node whose type is a common scalar type, such as primitives or their boxed counterparts.

0 commit comments

Comments
 (0)