Skip to content

Commit f6231a3

Browse files
authored
Merge pull request #19627 from MathiasVP/generalize-bulk-generation
Bulk MAD generator: Support databases from DCA runs
2 parents f5ea929 + 7cb9024 commit f6231a3

File tree

7 files changed

+585
-336
lines changed

7 files changed

+585
-336
lines changed

cpp/misc/bulk_generation_targets.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"strategy": "dca",
3+
"language": "cpp",
4+
"targets": [
5+
{ "name": "openssl", "with-sources": false, "with-sinks": false },
6+
{ "name": "sqlite", "with-sources": false, "with-sinks": false }
7+
],
8+
"destination": "cpp/ql/lib/ext/generated"
9+
}

cpp/ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
codeql/xml: ${workspace}
1818
dataExtensions:
1919
- ext/*.model.yml
20-
- ext/generated/*.model.yml
20+
- ext/generated/**/*.model.yml
2121
- ext/deallocation/*.model.yml
2222
- ext/allocation/*.model.yml
2323
warnOnImplicitThis: true

0 commit comments

Comments
 (0)