Skip to content

Commit c830ac7

Browse files
Dilan BhallaCopilot
andcommitted
Restore codeql/dataflowstack dependency in Java and C# qlpacks
The upstream 2.25.0 release merge dropped codeql/dataflowstack from codeql/java-all and codeql/csharp-all dependencies. This breaks TaintTrackingStack.qll and DataFlowStack.qll which import from that pack. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 769aacc commit c830ac7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

csharp/ql/lib/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ upgrades: upgrades
88
dependencies:
99
codeql/controlflow: ${workspace}
1010
codeql/dataflow: ${workspace}
11+
codeql/dataflowstack: ${workspace}
1112
codeql/mad: ${workspace}
1213
codeql/ssa: ${workspace}
1314
codeql/threat-models: ${workspace}

java/ql/lib/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ upgrades: upgrades
88
dependencies:
99
codeql/controlflow: ${workspace}
1010
codeql/dataflow: ${workspace}
11+
codeql/dataflowstack: ${workspace}
1112
codeql/mad: ${workspace}
1213
codeql/quantum: ${workspace}
1314
codeql/rangeanalysis: ${workspace}

0 commit comments

Comments
 (0)