Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
676 commits
Select commit Hold shift + click to select a range
8369c92
C#: Simplify and improve the reachability check and improve the logging.
michaelnebel Apr 10, 2026
1ee6d63
C#: Rename ExtraArgs to NugetSources.
michaelnebel Apr 10, 2026
e6df1d8
C#: Handle special case when no feeds are reachable.
michaelnebel Apr 10, 2026
c0a1dd0
C#: Only use the default package source when using nuget.exe if it is…
michaelnebel Apr 10, 2026
8372a37
C#: Only include feeds that we can connect to.
michaelnebel Apr 10, 2026
6f888f1
C#: Change the All NuGet feed reachable telemetry.
michaelnebel Apr 13, 2026
597f3fa
C#: Update integration test expected output.
michaelnebel Apr 13, 2026
b7e3e6c
C#: Add change-note.
michaelnebel Apr 10, 2026
ca0c274
C#: Address Copilots review comments.
michaelnebel Apr 13, 2026
5ff4b43
C#: Address review comment.
michaelnebel Apr 22, 2026
9bd4f65
C#: Also apply feed exclusions to inherited feeds.
michaelnebel Apr 22, 2026
831b4d6
C#: Add NuGet package missing failures to the compilation info.
michaelnebel Apr 22, 2026
a6d1cca
C#: Update integration test expected output.
michaelnebel Apr 22, 2026
ed857ad
C#: Make the restore sources project/solution specific.
michaelnebel Apr 24, 2026
ae81f3a
C#: Inherited feeds may not get properly computed if a nuget.config f…
michaelnebel Apr 24, 2026
615ae41
C#: Address review comments.
michaelnebel Apr 27, 2026
e29efc7
C++: Add tests with missing flow.
MathiasVP Apr 28, 2026
2805f78
C++: Add strsafe.h model.
MathiasVP Apr 28, 2026
86d8e36
C++: Accept test changes.
MathiasVP Apr 28, 2026
f28d5d2
C++: Add change note.
MathiasVP Apr 28, 2026
c59d6cb
C++: Accept query test change.
MathiasVP Apr 28, 2026
b07d2fb
Merge pull request #21740 from owen-mc/go/overlay-correctness
owen-mc Apr 28, 2026
67aa342
C#: Update test expected output for integration tests.
michaelnebel Apr 28, 2026
1ba9601
Merge pull request #21764 from github/add-strsafe.h-models
MathiasVP Apr 28, 2026
fa8c1d6
C++: Add a `getSwitchCase` predicate to `SwitchStmt`
jketema Apr 28, 2026
f634b32
C++: Fix join-order problem in `getNextSwitchCase`
jketema Apr 28, 2026
0bc23c3
C++: Match example with text
jketema Apr 28, 2026
29dd56f
C++: Make formatting of `switch` statement examples more uniform
jketema Apr 28, 2026
1b87140
Regenerate DatabaseAccesses.expected for new vercel.ts fixture
murderteeth Apr 28, 2026
18b06f1
Model res.json and res.jsonp as Vercel response sinks
murderteeth Apr 28, 2026
6f77447
Merge branch 'main' into js/vercel-node-framework
murderteeth Apr 28, 2026
bb18bb0
Improve prompt inject for Python
josefs Apr 2, 2026
e069c9c
Fix tests
josefs Apr 2, 2026
a05e191
Add tests for anthropic prompt injection models
josefs Apr 28, 2026
691aeb0
Remove the chat completion create logic.
josefs Apr 28, 2026
25a8aa9
Fix openai prompt injection tests
josefs Apr 28, 2026
c2beef1
Merge pull request #21765 from jketema/switch
jketema Apr 28, 2026
dfd85c3
C++: Compute 'IgnorableOperationToOperationSourceCandidateConfig' aft…
MathiasVP Apr 28, 2026
c95083b
Merge pull request #21697 from yearn/js/vercel-node-framework
asgerf Apr 29, 2026
bfd3683
Merge pull request #21372 from michaelnebel/csharp14/usercompoundassi…
michaelnebel Apr 29, 2026
96d6ee6
Update cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearMod…
MathiasVP Apr 29, 2026
68be006
Merge pull request #21641 from github/josefs/promptInjectionImprovements
josefs Apr 29, 2026
7763981
C#: Remove unintended CP
hvitved Apr 28, 2026
d792e11
C#: Add tests for methods with default parameters
hvitved Apr 21, 2026
cbe207a
C#: Include parameters and their defaults in the CFG
hvitved Apr 28, 2026
6c42418
C#: Use parameter CFG nodes in SSA
hvitved Apr 27, 2026
d4a3247
C#: No need to special-case default arguments in nullness analysis
hvitved Apr 28, 2026
b6c4642
C#: Move internal logic into `internal/ControlFlowGraph.qll`
hvitved Apr 28, 2026
99023f8
C#: Add upgrade/downgrade scripts
hvitved Apr 29, 2026
99b5cec
Java: Adapt to changes in shared CFG library
hvitved Apr 28, 2026
0192ffa
Merge pull request #21751 from github/jacknojo/move_java_generated_mads
jacknojo Apr 29, 2026
d27ee86
Java: refactor trust-boundary sanitizers into TrustBoundaryValidation…
MarkLee131 Apr 29, 2026
49d014c
Merge branch 'main' into fix/trust-boundary-regexp-barrier
MarkLee131 Apr 29, 2026
75162bb
Update java/ql/test/query-tests/security/CWE-532/Test.java
MarkLee131 Apr 29, 2026
51e2a54
Java: move EncryptedSensitiveMethodCall into Sanitizers.qll
MarkLee131 Apr 29, 2026
e14b654
Update shared/controlflow/codeql/controlflow/ControlFlowGraph.qll
hvitved Apr 29, 2026
28a6ff2
Merge remote-tracking branch 'origin/main' into fix/sensitive-log-has…
MarkLee131 Apr 29, 2026
e29770c
C#: Fix missing slash in comments.
michaelnebel Apr 29, 2026
03d70b9
C#: Add another nuget.config integration test.
michaelnebel Apr 29, 2026
fed42d6
Merge pull request #21656 from MarkLee131/fix/trust-boundary-regexp-b…
owen-mc Apr 29, 2026
a473fdb
Merge pull request #21759 from hvitved/csharp/cfg-params
hvitved Apr 30, 2026
7ef9e1b
C#: Rename SsaImpl input.
aschackmull Apr 17, 2026
72d21a9
C#: Instantiate shared SSA wrappers.
aschackmull Apr 17, 2026
e5d219a
C#: Simplify library instantiations.
aschackmull Apr 23, 2026
fb438bf
C#: Remove references to getAFirstReadAtNode.
aschackmull Apr 23, 2026
90741b1
Merge branch 'main' into fix/path-injection-read-subkind
MarkLee131 Apr 30, 2026
83c7a33
C#: Deprecate member predicates Definition.getAFirstRead and getAFirs…
aschackmull Apr 23, 2026
2545f06
C#: Deprecate member predicate Definition.getAReadAtNode.
aschackmull Apr 23, 2026
c88a22c
C#: Replace most uses of Ssa::Definition with SsaDefinition.
aschackmull Apr 23, 2026
9345c44
C#: Delete test for Definition.getElement.
aschackmull Apr 23, 2026
ed6cdfc
C#: Move isLiveOutRefParameterDefinition to top-level.
aschackmull Apr 24, 2026
a6c7f27
C#: Deprecate Definition.getEnclosingCallable.
aschackmull Apr 24, 2026
dc34b10
C#: Replace Ssa::ExplicitDefinition with SsaExplicitWrite.
aschackmull Apr 24, 2026
31e06bc
C#: Remove SSA location overrides.
aschackmull Apr 27, 2026
936f0c6
Address review comments on path-injection[read] sub-kind
MarkLee131 Apr 30, 2026
4042bbe
Swift: Add type inference tests
hvitved Apr 29, 2026
6ecdf3f
C#: Replace Ssa::ImplicitParameterDefinition with SsaParameterInit.
aschackmull Apr 27, 2026
9a7eb8d
C#: Replace Ssa::PhiNode with SsaPhiDefinition.
aschackmull Apr 27, 2026
65f647a
C#: Replace Ssa::UncertainDefinition with SsaUncertainWrite.
aschackmull Apr 27, 2026
e1cd708
Rust: Use verbose type paths in inline expectation comments
hvitved Apr 30, 2026
80d5e27
C#: Deprecate Ssa::ImplicitEntryDefinition.
aschackmull Apr 28, 2026
de96b5a
C#: Deprecate Ssa::ImplicitDefinition.
aschackmull Apr 28, 2026
55b83ca
C#: Deprecate Ssa::Definition in favour of SsaDefinition.
aschackmull Apr 28, 2026
bedadc9
C#: Deprecate some SSA internals.
aschackmull Apr 28, 2026
e0421db
C#: Reinstate toString for SSA data flow nodes.
aschackmull Apr 28, 2026
77807c8
C#: Exclude entry definitions from qualifier definitions.
aschackmull Apr 28, 2026
ff8ab19
C#: Drop caching for deprecated predicates.
aschackmull Apr 28, 2026
87c35e6
Merge pull request #21654 from MarkLee131/fix/sensitive-log-hash-sani…
owen-mc Apr 30, 2026
a291548
Update rust/ql/test/library-tests/type-inference/main.rs
hvitved Apr 30, 2026
4446f42
Merge pull request #21684 from michaelnebel/csharp/improve-reachabili…
michaelnebel Apr 30, 2026
4fd0222
Update help files CWE-829/UntrustedCheckoutX
knewbury01 Apr 30, 2026
154d213
Merge pull request #21768 from github/speed-up-unchecked-leap-year-af…
MathiasVP Apr 30, 2026
b0bc0fd
Adjust changenotes actions queries
knewbury01 Apr 30, 2026
119994b
Java: move File inspection methods to path-injection[read]
MarkLee131 May 1, 2026
bafa892
Merge branch 'main' into fix/path-injection-read-subkind
MarkLee131 May 1, 2026
d3df5ce
C#: Deprecate ParameterDefinition in favour of SsaParameterInit.
aschackmull May 1, 2026
5fbba0e
C#: Delete ParameterDefaultDefinition.
aschackmull May 1, 2026
439a67a
C#: Fix toString for capture definitions.
aschackmull May 1, 2026
351e9cc
C#: Accept test changes.
aschackmull May 1, 2026
e012981
C#: Accept test changes for out/ref SSA location changes.
aschackmull May 1, 2026
21a0d14
C#: Add change note.
aschackmull May 1, 2026
3ad2d8c
Update java/ql/lib/ext/java.nio.file.model.yml
MarkLee131 May 3, 2026
62a0a3e
Update java/ql/lib/ext/java.nio.file.model.yml
MarkLee131 May 3, 2026
7050241
Update java/ql/lib/ext/java.nio.file.model.yml
MarkLee131 May 3, 2026
9194cda
Update java/ql/lib/ext/java.nio.file.model.yml
MarkLee131 May 3, 2026
dbc9d0d
Update java/ql/lib/ext/org.apache.commons.io.model.yml
MarkLee131 May 3, 2026
8710e63
Update java/ql/lib/ext/javax.servlet.model.yml
MarkLee131 May 3, 2026
c10a05f
Update java/ql/lib/ext/org.apache.commons.io.model.yml
MarkLee131 May 3, 2026
49e5886
Update java/ql/lib/ext/org.apache.commons.io.model.yml
MarkLee131 May 4, 2026
1f3a831
Update csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImpl.qll
hvitved May 4, 2026
5546025
update codeql documentation
invalid-email-address May 4, 2026
1c20e78
Docs: replace `build mode: none` with `build-mode: none`
redsun82 May 4, 2026
77cdafd
Merge pull request #21785 from github/codeql-spark-run-25308467256
redsun82 May 4, 2026
17fded4
Java: Delete old deprecated code.
aschackmull May 1, 2026
c7904b1
Java: Fix reference in deprecated code.
aschackmull May 4, 2026
038f9a2
Swift: Split type inference tests into multiple files
hvitved May 4, 2026
2249346
Swift: Add type inference tests for key path expressions
hvitved May 4, 2026
80ccdcc
Inline test expectations: Rename `tagIsOptional` to `tagIsIgnored`
hvitved May 4, 2026
f663ecc
Merge pull request #21781 from aschackmull/java/rm-deprecated
aschackmull May 4, 2026
04a8ef0
Merge pull request #21777 from hvitved/swift/type-inference-tests
hvitved May 4, 2026
02f5fe9
C#: Address some review comments.
aschackmull May 4, 2026
4673941
Merge branch 'main' into fix/path-injection-read-subkind
MarkLee131 May 4, 2026
b67ebd1
Merge pull request #21762 from aschackmull/csharp/ssa2
aschackmull May 4, 2026
39b6cf9
Address review comments
knewbury01 May 4, 2026
f9f1349
Undo larger change in this PR
knewbury01 May 4, 2026
4c1461a
Merge pull request #21786 from hvitved/inline-test-ignore-tags
hvitved May 5, 2026
88e1d86
Release preparation for version 2.25.4
invalid-email-address May 5, 2026
6a95251
Merge pull request #21793 from github/release-prep/2.25.4
redsun82 May 5, 2026
7610277
Post-release preparation for codeql-cli-2.25.4
invalid-email-address May 5, 2026
ebc759d
Fix issue with Python formatting and expand scope of python-tooling
jacknojo May 5, 2026
6a8f9a9
Fix unit test expected file
knewbury01 May 5, 2026
00fb11b
Merge pull request #21778 from hvitved/rust/type-inference-verbose-ty…
hvitved May 5, 2026
52b02a0
Fix path to generated models
jacknojo May 6, 2026
2d2b690
Merge pull request #21799 from github/jacknojo/fix_python_formatting
jacknojo May 6, 2026
e6f587e
Merge pull request #21715 from knewbury01/knewbury01/adjust-actions-q…
owen-mc May 6, 2026
04f5871
yeast: AST desugaring framework with proc-macro DSL
tausbn May 4, 2026
8a9e53c
yeast: Add YAML node-types format and converter
tausbn May 4, 2026
4c55483
yeast: Add AST dumper for human-readable tree output
tausbn May 4, 2026
6e58044
yeast: Add yeast test suite
tausbn May 4, 2026
cc28ff9
yeast: Add yeast documentation
tausbn May 4, 2026
9ad431d
yeast: Integrate yeast with shared tree-sitter extractor
tausbn May 4, 2026
82bbdee
yeast: Support separate output node types in extractor generator
tausbn May 4, 2026
60dcf88
yeast: Add Bazel build rules for yeast crates
tausbn May 5, 2026
a0a0e9e
yeast: Add test for chained rules with output-only kinds
tausbn May 6, 2026
9a94836
yeast: Add per-rule .repeated() flag to opt into iterative matching
tausbn May 6, 2026
957c89b
yeast: Support multi-phase desugaring via DesugaringConfig::add_phase
tausbn May 6, 2026
7aa3fd8
Remove double spaces from qhelp
owen-mc May 7, 2026
427b73e
Clarify that deserialization that follows a schema is safe
owen-mc May 7, 2026
f2ea3b9
Do not make such a strong security claim
owen-mc May 7, 2026
33035db
Fix yaml formatting
owen-mc May 7, 2026
e8553c7
Merge branch 'main' into fix/path-injection-read-subkind
MarkLee131 May 7, 2026
48785a0
Cfg: Rework CFG for switch case patterns.
aschackmull May 7, 2026
072166b
C#/Java: Adjust Guards instantiations.
aschackmull May 7, 2026
33fc767
Merge pull request #21797 from github/tausbn/yeast-desugaring-tool
tausbn May 7, 2026
e0d663f
yeast: address review wording in phase docs
Copilot May 7, 2026
f9e42ac
Merge pull request #21794 from github/post-release-prep/codeql-cli-2.…
redsun82 May 7, 2026
6b6df37
C#/Java: Accept test changes.
aschackmull May 7, 2026
f9240e7
Fix QL formatting
owen-mc May 7, 2026
a4df96a
yeast: Support capturing unnamed nodes in queries
tausbn May 7, 2026
6f643a3
yeast: Use canonical ID when registering unnamed kinds in Schema
tausbn May 7, 2026
af6e921
yeast: Forward-scan bare child patterns instead of strict positional
tausbn May 7, 2026
26af528
Merge branch 'main' into fix/path-injection-read-subkind
MarkLee131 May 7, 2026
b027ac3
Merge pull request #21809 from github/tausbn/yeast-add-support-for-de…
tausbn May 7, 2026
0210c97
Add tree-sitter for Swift (called 'unified')
asgerf May 6, 2026
4e12a8c
Add basic YEAST dependency and rule
asgerf May 6, 2026
cd457a7
Move Swift language into its own module
asgerf May 7, 2026
a144707
Add AGENTS.md with build/test instructions
asgerf May 7, 2026
2802819
Use new YEAST API after rebasing
asgerf May 7, 2026
048411e
Apply suggestions from code review
aschackmull May 8, 2026
9a2b7ba
Fix Bazel glob to include subdirectories
asgerf May 8, 2026
33e89ea
Address review comments
asgerf May 8, 2026
26e1305
update codeql documentation
invalid-email-address May 8, 2026
8cc6d78
Merge pull request #21814 from github/codeql-spark-run-25547718006
redsun82 May 8, 2026
81e1ab7
Merge pull request #21808 from aschackmull/cfg/switch-pattern-eval
aschackmull May 8, 2026
fdef477
Merge pull request #21812 from asgerf/asgerf/swift-yeast-1
asgerf May 8, 2026
638dc93
Shared: Nicer panic message if node kind is missing
asgerf May 7, 2026
5a4dee5
Merge pull request #21810 from github/tausbn/yeast-forward-scan-queries
tausbn May 8, 2026
36554d1
Merge pull request #21741 from MarkLee131/fix/path-injection-read-sub…
owen-mc May 8, 2026
9a1c2da
Fix clippy: inline variable in format string
asgerf May 8, 2026
7bd27b8
yeast: Mutate parent fields in place; remove redundant Node::id
tausbn May 8, 2026
15936a5
yeast: Take fields by ownership in apply_rules_inner
tausbn May 8, 2026
e2874ac
Python: Clarify that deserialization following a schema is safe
owen-mc May 8, 2026
4e47f77
C#: Clarify that deserialization following a schema is safe
owen-mc May 8, 2026
ed9477a
Ruby: Clarify that deserialization following a schema is safe
owen-mc May 8, 2026
93e05db
Python: remove doubles spaces from qhelp
owen-mc May 8, 2026
e38303b
Go: Make version parsing robust in the face of custom Go builds
jketema May 8, 2026
a5ef036
Note that common standard library types can be vulnerable to gadget-c…
owen-mc May 8, 2026
9f6bd88
unified: vendor in tree-sitter-swift
tausbn May 8, 2026
60d6429
unified: update build dependencies
tausbn May 8, 2026
8f9d5c5
Bump the extractor-dependencies group in /go/extractor with 2 updates
dependabot[bot] May 11, 2026
3ef4a58
Fix Go extractor to extract root internal test files
AriehSchneier May 11, 2026
b94ab8d
Add integration test for root internal test extraction
AriehSchneier May 11, 2026
ec8ff6f
Use all path injection sinks when generating docs
owen-mc May 11, 2026
f914828
Merge pull request #21816 from github/tausbn/yeast-mutate-in-place
asgerf May 11, 2026
974e7cc
Merge pull request #21825 from github/dependabot/go_modules/go/extrac…
owen-mc May 11, 2026
151a332
Add Bazel build target for extractor_test.go
AriehSchneier May 11, 2026
aa1d322
Address PR feedback
AriehSchneier May 11, 2026
f212efb
Swift: Expose the declared interface type of a type decl
jketema May 11, 2026
0aaa7d0
Update expected test output
owen-mc May 11, 2026
73a210a
Swift: Add change note
jketema May 11, 2026
6b65866
Merge branch 'main' into fix/go-extractor-root-test-files
owen-mc May 11, 2026
cac7262
Merge pull request #21831 from jketema/jketema/swift-declared-interfa…
jketema May 12, 2026
c0798f7
Merge pull request #21829 from owen-mc/static/update-framework-report…
owen-mc May 12, 2026
592c7c0
Merge pull request #21826 from AriehSchneier/fix/go-extractor-root-te…
owen-mc May 12, 2026
c5ae315
unified: auto-generate parser files
tausbn May 12, 2026
2e9de78
unified: update build dependencies
tausbn May 12, 2026
9c958a4
Merge pull request #21819 from github/tausbn/unified-vendor-in-tree-s…
tausbn May 12, 2026
513c7bb
unified: Add scripts for automatically rebuilding Swift grammar
tausbn May 8, 2026
e709650
unified: Rebuild generated files
tausbn May 8, 2026
9062bba
unified: get rid of undesirable self-recursion in _expression
tausbn May 8, 2026
76a1a87
unified: regenerate files
tausbn May 8, 2026
7854a53
unified: stop operators bleeding through everywhere
tausbn May 8, 2026
5c16b0f
unified: regenerate files
tausbn May 8, 2026
c0efc52
unified: make if-condition nodes named, to stop bleed
tausbn May 8, 2026
c7c6e45
unified: regenerate files
tausbn May 8, 2026
38473f9
unified: make `expression` named and a supertype
tausbn May 8, 2026
9abfaca
unified: regenerate files
tausbn May 8, 2026
70f3fd1
unified: make `unannotated_type` named and supertype
tausbn May 8, 2026
37e1e3c
unified: regenerate files
tausbn May 8, 2026
91a46f0
unified: stop `"!"` bleeding through
tausbn May 8, 2026
caa9b04
unified: regenerate files
tausbn May 8, 2026
8b977ef
unified: Get rid of some `"."` bleed
tausbn May 8, 2026
a720e25
unified: regenerate files
tausbn May 8, 2026
994b27b
unified: convert _type into a named rule
tausbn May 8, 2026
e9822f6
unified: regenerate files
tausbn May 8, 2026
31386f5
unified: drop `element` field on `_parenthesized_type`
tausbn May 8, 2026
f9e7f90
unified: regenerate files
tausbn May 8, 2026
2608db9
unified: Prevent field bleed-through from `_if_let_binding`
tausbn May 8, 2026
a5a1312
unified: regenerate files
tausbn May 8, 2026
ff5c0b4
unified: add supertypes for various kinds of declarations
tausbn May 8, 2026
911e59c
unified: regenerate files
tausbn May 8, 2026
5508b15
Merge pull request #21821 from github/tausbn/unified-swift-grammar-cl…
tausbn May 12, 2026
0b808e1
Merge pull request #21807 from owen-mc/java/improve-qhelp-unsafe-dese…
owen-mc May 12, 2026
b0e23a7
Add changed framework coverage reports
github-actions[bot] May 13, 2026
cfa1753
Merge pull request #21815 from asgerf/asgerf/missing-node-kind-error
asgerf May 13, 2026
8abd3b9
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin May 13, 2026
ab0b492
Merge branch 'main' into docs/customizing-library-models-for-rust
coadaflorin May 13, 2026
0c27484
Merge pull request #21842 from github/workflow/coverage/update
owen-mc May 13, 2026
a84332a
Merge pull request #21727 from github/docs/customizing-library-models…
coadaflorin May 14, 2026
d47ee6b
C++: Update test results after extractor changes
jketema May 14, 2026
eda33ad
C++: Add FP.
MathiasVP May 15, 2026
4396e66
C++: Fix FP by providing an implementation of 'hasSocketInput'.
MathiasVP May 15, 2026
8ce601b
C++: Add change notes.
MathiasVP May 15, 2026
76f71dd
Merge pull request #21817 from jketema/go-version
jketema May 18, 2026
fcdce55
Merge pull request #21857 from MathiasVP/fix-cleartext-fp
MathiasVP May 18, 2026
8a199f9
Merge pull request #21692 from github/copilot/update-codeql-query-for…
oscarsj May 18, 2026
e55edf2
Merge pull request #21853 from jketema/jketema/template-constants
jketema May 18, 2026
e38616a
Release preparation for version 2.25.5
invalid-email-address May 18, 2026
b551e89
Merge pull request #21859 from github/release-prep/2.25.5
oscarsj May 18, 2026
c1ca997
merge upstream 2.25.5
Jun 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/mad_modelDiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
SHORTNAME=`basename $DATABASE`
python misc/scripts/models-as-data/generate_mad.py --language java --with-summaries --with-sinks $DATABASE $SHORTNAME/$QL_VARIANT
mkdir -p $MODELS/$SHORTNAME
mv java/ql/lib/ext/generated/$SHORTNAME/$QL_VARIANT $MODELS/$SHORTNAME
mv java/ql/lib/ext/generated/modelgenerator/$SHORTNAME/$QL_VARIANT $MODELS/$SHORTNAME
cd ..
}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- "misc/bazel/**"
- "misc/codegen/**"
- "misc/scripts/models-as-data/bulk_generate_mad.py"
- "misc/scripts/models-as-data/*.py"
- "*.bazel*"
- .github/workflows/codegen.yml
- .pre-commit-config.yaml
Expand Down
Loading
Loading