We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93fb293 + 2c7570e commit 4ca0838Copy full SHA for 4ca0838
.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 need to be synced, just pick _one_ copy of each.
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