We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DataFlow Library
1 parent fac383a commit 4079223Copy full SHA for 4079223
.github/labeler.yml
@@ -43,3 +43,11 @@ documentation:
43
"QL-for-QL":
44
- ql/**/*
45
- .github/workflows/ql-for-ql*
46
+
47
+# since these are all shared files that needs to be synced, I just picked _one_ version
48
+"DataFlow Library":
49
+ - "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll"
50
+ - "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll"
51
+ - "java/ql/lib/semmle/code/java/dataflow/internal/tainttracking1/TaintTrackingImpl.qll"
52
+ - "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplConsistency.qll"
53
+ - "java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll"
0 commit comments