Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
313 commits
Select commit Hold shift + click to select a range
868680f
Merge branch 'redsun82/rust-fix-member-aggregation' into redsun82/rus…
Apr 11, 2025
63e5f5a
Rust: parametrize some integration tests on three editions
Apr 11, 2025
c844db0
Merge branch 'redsun82/rust-pick-edition' into redsun82/cargo-upgrade
Apr 11, 2025
9dd1062
Rust: remove fixed inconsistency
Apr 11, 2025
64f37ea
Docs: Fix typo in code sample
Marcono1234 Apr 12, 2025
2910cb6
Swift: extract `ExtracFunctionIsolationExpr`
redsun82 Apr 14, 2025
42ec6b0
Swift: add `ExtractFunctionIsolationTree` to control flow
redsun82 Apr 14, 2025
712142c
Swift: extract `CurrentContextIsolationExpr`
redsun82 Apr 14, 2025
b575c89
Swift: add `CurrentContextIsolationTree` to control flow
redsun82 Apr 14, 2025
ad0f9f1
Swift: mark `ErrorUnionType` as type-check only
redsun82 Apr 14, 2025
9473543
Swift: extract `ActorIsolationErasureExpr`
redsun82 Apr 14, 2025
fa6deaf
Swift: extract `UnreachableExpr`
redsun82 Apr 14, 2025
1316e08
Swift: add upgrade/downgrade scripts
redsun82 Apr 14, 2025
cef3cd9
Rust: Add tests for std::io sources.
geoffw0 Apr 10, 2025
258c1af
Rust: Add tests for std::fs sources.
geoffw0 Apr 11, 2025
4f9f550
Rust: Add source models for fs.
geoffw0 Apr 11, 2025
7a9ea52
Rust: Add source models for io.
geoffw0 Apr 11, 2025
c245459
Merge pull request #19293 from github/redsun82/rust-fix-member-aggreg…
redsun82 Apr 14, 2025
53c4b29
Merge pull request #19289 from michaelnebel/csharp/improveautobuilder
michaelnebel Apr 14, 2025
91daca1
Improve code quality based on PR review
tamasvajk Apr 14, 2025
8d57167
C#: Convert cs/missing-access-control to inline expectations test.
michaelnebel Apr 14, 2025
2e7e276
C#: Add test case for authorization attribute that extends Authorize.
michaelnebel Apr 14, 2025
c15d1ab
C#: Consider an attribute to be authorization like, if it extends an …
michaelnebel Apr 14, 2025
f11aec3
C#: Update test expected output.
michaelnebel Apr 14, 2025
1c11c55
Swift: add change note
redsun82 Apr 14, 2025
a70536f
Improve code quality
tamasvajk Apr 14, 2025
c9cff09
Merge branch 'main' into redsun82/rust-pick-edition
redsun82 Apr 14, 2025
24bcd04
Rust: Add flow models for io.
geoffw0 Apr 11, 2025
a8b5522
Rust: Impact on dataflow/local test.
geoffw0 Apr 14, 2025
6176202
Merge pull request #19291 from github/redsun82/rust-pick-edition
redsun82 Apr 14, 2025
2dd3dea
Merge branch 'main' into redsun82/cargo-upgrade
redsun82 Apr 14, 2025
bdd5717
Rust: Remove the models output from the dataflow/local test.
geoffw0 Apr 14, 2025
32f191c
Docs: Remove public preview notice for Actions support
adityasharad Apr 14, 2025
eeb938a
Docs: Minor fixes for Actions query help
adityasharad Apr 14, 2025
93fbb9f
Actions: Update description of missing permissions query
adityasharad Apr 14, 2025
6eb060f
Actions: Add security-severity to excessive secrets exposure query
adityasharad Apr 14, 2025
f9103f8
Actions: Add change note for missing severity
adityasharad Apr 14, 2025
eda1bc9
Merge pull request #19282 from github/redsun82/rust-codeowners
redsun82 Apr 15, 2025
1c79c5e
Merge pull request #19292 from github/aibaars/rust-shadow-prelude
aibaars Apr 15, 2025
de9c1fb
Merge pull request #19251 from tamasvajk/fix/macos15
tamasvajk Apr 15, 2025
0b10d34
C#: Add change note.
michaelnebel Apr 15, 2025
033bade
C++: add isVLA() to ArrayType to identify variable-length arrays
IdrissRio Apr 14, 2025
15ba9e0
C++: add change note for VLAs
IdrissRio Apr 14, 2025
ae07272
C++: add upgrade and downgrade scripts
IdrissRio Apr 15, 2025
bfe9cdf
Rust: Add model for str.trim and as_bytes.
geoffw0 Apr 14, 2025
9170993
C#: Adjust comments and remove compilation warnings.
michaelnebel Apr 15, 2025
c06f340
Rust: Make str / String models consistent.
geoffw0 Apr 15, 2025
40a5db6
Rust: Other tests affected.
geoffw0 Apr 15, 2025
fea82d4
Merge branch 'main' into trim
geoffw0 Apr 15, 2025
c561da4
Merge branch 'main' into rustio
geoffw0 Apr 15, 2025
202040f
C++: update stats file
IdrissRio Apr 15, 2025
3d3de78
Merge pull request #19299 from github/redsun82/swift-6-extraction
redsun82 Apr 15, 2025
39a875e
Rust: Make some summaries value type.
geoffw0 Apr 15, 2025
ff8cd98
Merge pull request #19233 from github/redsun82/cargo-upgrade
redsun82 Apr 15, 2025
432d4b0
Merge branch 'main' into trim
geoffw0 Apr 15, 2025
2c31363
Partially revert "Rust: fix compilation errors"
aibaars Apr 15, 2025
a7ccba9
Rust: crate graph: type variables
aibaars Mar 28, 2025
cec95ae
Rust: crate graph: generic parameters
aibaars Mar 31, 2025
b24fbe8
Rust: remove unreachable case
aibaars Apr 3, 2025
5cfbedc
Rust: replace singleton vectors with Option
aibaars Apr 3, 2025
0545f78
Rust: get rid of const_or_function
aibaars Apr 3, 2025
db4306d
Rust: avoid duplication for functions and methods
aibaars Apr 3, 2025
a4b1c2b
Rust: crate graph: resolve bound type variablesp
aibaars Apr 4, 2025
2f87630
Rust: update expected output
aibaars Apr 8, 2025
7bfd5f1
Rust: crate graph: extract associated types
aibaars Apr 8, 2025
d78736b
Post-release preparation for codeql-cli-2.21.1
invalid-email-address Apr 15, 2025
4952768
Actions: Fix change note newline
adityasharad Apr 15, 2025
c4e8b1a
Merge pull request #19307 from adityasharad/actions/public-preview-cl…
adityasharad Apr 16, 2025
29be217
Merge pull request #19309 from michaelnebel/csharp/fix-comments
michaelnebel Apr 16, 2025
67bfe10
Merge pull request #19298 from github/idrissrio/vla
IdrissRio Apr 16, 2025
bdd3207
Merge branch 'main' into post-release-prep/codeql-cli-2.21.1
igfoo Apr 16, 2025
e05c030
Merge pull request #19317 from github/post-release-prep/codeql-cli-2.…
igfoo Apr 16, 2025
49183bb
C++: add predicate to distinguish between array/field designators
IdrissRio Apr 16, 2025
d8afd2a
C++: add change note for designator-based initializations
IdrissRio Apr 16, 2025
77d3c95
Merge branch 'main' into trim
geoffw0 Apr 16, 2025
36a4257
C++: add upgrade and downgrade scripts
IdrissRio Apr 16, 2025
9da6d94
Rust: More tests affected.
geoffw0 Apr 16, 2025
15fe2fb
C++: update stats file
IdrissRio Apr 16, 2025
372ba5c
Merge branch 'main' into modelnoise
geoffw0 Apr 17, 2025
e1bddb6
Merge pull request #19304 from geoffw0/rustio
geoffw0 Apr 17, 2025
7e108a8
Merge pull request #19310 from geoffw0/trim
geoffw0 Apr 17, 2025
ed2d06b
Rust: environment-source -> environment.
geoffw0 Apr 17, 2025
43069f1
Rust: command-line-source -> commandargs.
geoffw0 Apr 17, 2025
8d60e82
Merge branch 'main' into modelnoise
geoffw0 Apr 17, 2025
0bcee84
C++: Minor textual fixes
jketema Apr 17, 2025
48f9e5a
Merge pull request #19237 from github/aibaars/crate-graph-type-variables
aibaars Apr 17, 2025
53bd236
Merge pull request #19329 from github/idrissrio/designated-initializer
jketema Apr 17, 2025
22b3ef7
Merge pull request #19333 from geoffw0/consistency
geoffw0 Apr 17, 2025
254789c
Merge pull request #19305 from geoffw0/modelnoise
geoffw0 Apr 17, 2025
7f5b48d
C#: Fix join order in ExternalFlow::interpretElement/6 (only affects …
d10c Apr 16, 2025
3d48b23
C++: Instantiate model generation library.
MathiasVP Apr 11, 2025
f241e4b
C++: Add tests that will soon succeed.
MathiasVP Apr 11, 2025
09ebd6e
C++: Instantiate inline expectation test framework to test model gene…
MathiasVP Apr 11, 2025
1465058
C++: Add copy-pasted files from C#.
MathiasVP Apr 11, 2025
1f43e51
C++: Fix ql-for-ql findings.
MathiasVP Apr 11, 2025
5462dcd
C++: Make final member functions not extensible.
MathiasVP Apr 14, 2025
0ce6ab5
Remove an unnecessary if.
MathiasVP Apr 14, 2025
9cba91c
C++: Add another entry to 'qlpack' for external models.
MathiasVP Apr 18, 2025
e55f94c
C++: Move contents of 'isUninterestingForDataFlowModels' to 'relevant'
MathiasVP Apr 18, 2025
f6f5f97
C++: Also make protected members irrelevant.
MathiasVP Apr 18, 2025
6fcf56e
C++: Add more tests.
MathiasVP Apr 18, 2025
3fd760c
C++: Move 'InlineMadTest.qll' out of 'lib/utils/test' and into 'test'…
MathiasVP Apr 18, 2025
2b91605
Apply docs review suggestion
jcogs33 Apr 21, 2025
02ded89
Merge branch 'main' into jcogs33/java/junit5-missing-nested-annotation
jcogs33 Apr 21, 2025
07a694e
Java: add new query to java-code-quality.qls.expected
Apr 21, 2025
72d49f2
Merge branch 'main' into jcogs33/java/do-not-use-finalizers
jcogs33 Apr 21, 2025
3aa6b49
Java: Add new query to java-code-quality.qls.expected
Apr 21, 2025
c2cab18
Merge pull request #19283 from asgerf/js/rest-pattern-fix
asgerf Apr 22, 2025
ce5c481
Swift: Make file checking in tests more strict
jketema Apr 22, 2025
d05e905
Merge pull request #19296 from Marcono1234/patch-1
aschackmull Apr 22, 2025
ae5ac11
Shared: Fix join in `FileSystem.qll`
hvitved Apr 22, 2025
c11ed6d
Merge pull request #19116 from github/alexet/ruby-deterministic
alexet Apr 22, 2025
a211998
Swift: Make file checking in integration tests more strict
jketema Apr 22, 2025
40390d1
Address review comment
hvitved Apr 22, 2025
375ec8f
Merge pull request #19344 from jketema/swift-files
jketema Apr 22, 2025
03ce2b0
Merge pull request #19346 from jketema/swift-files-2
jketema Apr 22, 2025
adb58e3
Swift: Make file checking in tests more strict
jketema Apr 22, 2025
7ee862a
Merge pull request #19347 from jketema/swift-files-2
jketema Apr 22, 2025
ed99088
Merge pull request #19094 from jcogs33/jcogs33/java/junit5-missing-ne…
jcogs33 Apr 22, 2025
4483a24
Merge pull request #19075 from jcogs33/jcogs33/java/do-not-use-finali…
jcogs33 Apr 22, 2025
1cf10d8
changedocs from 2.21.1 release
jonjanego Apr 22, 2025
2439b1e
Merge branch 'main' into changedocs-2.21.1
turbo Apr 22, 2025
97ca2af
Merge pull request #19348 from github/changedocs-2.21.1
turbo Apr 22, 2025
959a79f
Merge pull request #19345 from hvitved/shared/file-system-append-join…
hvitved Apr 23, 2025
62cb4bf
Merge pull request #19302 from michaelnebel/csharp/missing-access-con…
michaelnebel Apr 23, 2025
008dd3f
Merge pull request #19272 from hvitved/ql4ql/qlref-inline-exp-kind-re…
hvitved Apr 23, 2025
07d8f8d
C++: Add an empty model to prevent a warning.
MathiasVP Apr 23, 2025
9e9a580
C++: Add MaD generation test with union content.
MathiasVP Apr 23, 2025
d6f1bd9
Rust: Remove unnecessary predicate.
geoffw0 Apr 23, 2025
808141f
Merge pull request #19295 from MathiasVP/cpp-add-mad-generation-library
MathiasVP Apr 23, 2025
617f472
Shared: Match line information on Alert and Sink locations.
michaelnebel Apr 23, 2025
4abdc13
Merge pull request #19193 from hvitved/rust/path-resolution-where-clause
hvitved Apr 23, 2025
37bcedc
Merge pull request #19353 from geoffw0/modelnoise2
geoffw0 Apr 23, 2025
2e0ce44
Javascript: Update test files.
michaelnebel Apr 23, 2025
df3282c
C++: Support C23 `typeof` and `typeof_unqual`
jketema Apr 11, 2025
e97f949
C++: Update expected test results
jketema Apr 11, 2025
a3e0c15
C++: Add upgrade and downgrade scripts
jketema Apr 17, 2025
0c31346
C++: Update stats file
jketema Apr 22, 2025
1ac47a8
Swift: make extractor compile again after 6.1 upgrade
redsun82 Apr 15, 2025
4fc5a73
Swift: Update mangling of `OpenedArchetypeType`
jketema Apr 17, 2025
30242ed
Swift: Remove "to do" comment
jketema Apr 17, 2025
7834a3d
Swift: expand mangling of `ExistentialMetatypeType`
redsun82 Apr 17, 2025
36672f4
Swift: Take inverses into account when mangling `ProtocolCompositionT…
jketema Apr 22, 2025
1b21e4c
Swift: Update test results for `IfConfigDecl` no longer being extracted
jketema Apr 22, 2025
b6076c0
Swift: Update test results for `ParenType` no longer being extracted
jketema Apr 22, 2025
e135f5d
Swift: Update `ObjectLiteralExpr` test
jketema Apr 22, 2025
9a21b0d
Swift: Update `SuccessfullyExtractedLines` for external code being ex…
jketema Apr 22, 2025
10d86c9
Swift: Disable parts of tests that crash with Swift 6.1
jketema Apr 22, 2025
59faf9f
Swift: Update `errors` test
jketema Apr 22, 2025
a74b38c
Swift: Replace deprecated `@_moveOnly` in test by `~Copyable`
jketema Apr 23, 2025
eea963e
Swift: Add upgrade and downgrade scripts
jketema Apr 23, 2025
8086ef4
Swift: Add change note
jketema Apr 23, 2025
cad6958
C++: Add change note
jketema Apr 23, 2025
e72aba7
Rust: Path resolution performance tweaks
hvitved Apr 23, 2025
91f1183
Merge pull request #19354 from michaelnebel/csharp/matchlinenumberson…
michaelnebel Apr 24, 2025
68f9349
C#: Add cs/invalid-string-formatting to the codeql quality suite.
michaelnebel Mar 28, 2025
9cfd6e3
C#: Convert testing of cs/invalid-string-formatting to inline expecta…
michaelnebel Apr 3, 2025
327ddb0
C#: Re-factor FormatMethod.
michaelnebel Apr 4, 2025
175e4ec
C#: Add more format testcases.
michaelnebel Apr 4, 2025
f73b742
C#: Remove false positive example.
michaelnebel Apr 4, 2025
1d9d878
C#: Remove some false positives and add more true positives for cs/in…
michaelnebel Apr 4, 2025
8fb5fe9
C#: Update test expected output.
michaelnebel Apr 4, 2025
11dffc6
C#: Add more invalid-string-formatting testcases.
michaelnebel Apr 9, 2025
f31235d
C#: Improve format logic to take CompositeFormat and generics into ac…
michaelnebel Apr 8, 2025
39abd5c
C#: Update test expected output.
michaelnebel Apr 9, 2025
930bb6b
C#: Add FP for string.Format using params collection.
michaelnebel Apr 9, 2025
042c7e5
C#: Generalize array logic to params collection like types.
michaelnebel Apr 9, 2025
6de5920
C#: Update test expected output.
michaelnebel Apr 9, 2025
f2dddd6
C#: Hide the abstract FormatMethod class.
michaelnebel Apr 9, 2025
22ae3e7
C#: Update string format item parameter expected test case.
michaelnebel Apr 9, 2025
b6d2f14
C#: Add change note.
michaelnebel Apr 10, 2025
dcf11c2
C#: Match up sources, alerts and sinks in the tests.
michaelnebel Apr 23, 2025
65ac951
C#: Remove all Sink tags after rebase.
michaelnebel Apr 23, 2025
17f58c9
Merge pull request #19148 from michaelnebel/csharp/invalid-string-format
michaelnebel Apr 24, 2025
4093afb
Merge pull request #19290 from jketema/typeof
jketema Apr 24, 2025
46b21af
Dataflow: Make default field flow branch limit configurable per language
jketema Apr 24, 2025
0357f39
Update list of supported platforms
jketema Apr 24, 2025
42c4252
C++: Claim beta support for C23 and C++23
jketema Apr 24, 2025
063bff0
C++: Add checks for build mode in various queries
igfoo Apr 24, 2025
ea83ecf
Merge pull request #19327 from d10c/d10c/rtjo-csharp-jo-fix
alexet Apr 24, 2025
0cd859c
C++: qlformat
igfoo Apr 24, 2025
69b87a6
Go: remove invalid toolchain version diagnostics
Apr 24, 2025
55a8a44
Merge pull request #19365 from jketema/c23
jketema Apr 24, 2025
21c9708
Merge pull request #19361 from jketema/fieldflow
jketema Apr 24, 2025
21170a1
Merge pull request #19370 from github/redsun82/go-remove-invalid-tool…
redsun82 Apr 24, 2025
a5a21b1
Swift: Guard 'getCaptures' in `fillClosureExpr`
jketema Apr 24, 2025
5920925
Merge pull request #19363 from jketema/platform
jketema Apr 24, 2025
f9172ff
Merge pull request #19368 from igfoo/igfoo/add-check-for-buildmode-none
igfoo Apr 24, 2025
aabbfce
Actions: Exclude model-generator queries from query suites
adityasharad Apr 24, 2025
05243bd
Actions: Fix query ID for reusable workflow sinks query
adityasharad Apr 24, 2025
b197de8
Actions: Add change note for removing model ggenerator queries
adityasharad Apr 24, 2025
6c1e80d
Python: disable diff-informed PolynomialReDoS.ql
cklin Apr 24, 2025
a991ef0
C#: Add a CFG test for switch fall-through
hvitved Apr 25, 2025
e79a906
C#: Fix CFG for fall-through switch statements
hvitved Apr 25, 2025
e8eac81
Swift: Commit external sources to git LFS
jketema Apr 25, 2025
8b95e0e
Merge pull request #19315 from github/redsun82/swift-6.1
jketema Apr 25, 2025
0b5a4a9
Swift: Clarify how the LFS artifacts should be updated
jketema Apr 25, 2025
cafe1ef
Go: Refactor `ApplyProxyEnvVars`
mbg Apr 25, 2025
e805d1e
Merge remote-tracking branch 'origin/main' into mbg/go/private-regist…
mbg Apr 25, 2025
432435f
Merge pull request #19358 from hvitved/rust/path-resolution-perf-tweaks
hvitved Apr 25, 2025
4c9aee2
Add query suite tests for swift with shared logic
tamasvajk Apr 23, 2025
522dd51
Improve query suite test based on feedback
tamasvajk Apr 24, 2025
a4a2447
Add query suite inclusion tests for actions, csharp, go, javascript, …
tamasvajk Apr 24, 2025
c54b684
Apply suggestions from code review - code quality improvements
tamasvajk Apr 24, 2025
998e64b
Fix failing C# test
tamasvajk Apr 25, 2025
e71e7a0
Swift: add more debug logs
Apr 25, 2025
ed69097
Merge pull request #19379 from github/cklin/python-polynomial-redos
cklin Apr 25, 2025
d9a6a63
Swift: fix log compilation
Apr 25, 2025
3437210
Merge pull request #19355 from tamasvajk/test/add-query-suite-tests
tamasvajk Apr 25, 2025
2a8fe53
Shared: Remove --with-mixed-summaries logic.
michaelnebel Apr 15, 2025
fa5162f
Shared: Remove the backwards compatbility flag.
michaelnebel Apr 15, 2025
ae70c76
Shared: Use the CaptureSummaryModels instead of CaptureMixedSummaryMo…
michaelnebel Apr 15, 2025
2357a69
Shared: Remove the --with-mixed-neutrals logic.
michaelnebel Apr 15, 2025
f78be91
Shared: Re-factor the model generator and put the heuristic queries i…
michaelnebel Apr 15, 2025
2a0097e
C#/Java/Rust: Use Mixed flow from capture summary models queries and …
michaelnebel Apr 15, 2025
7801fc3
C#: Re-factor tests to use the new implementations.
michaelnebel Apr 15, 2025
da99c75
C#: Rename some of the model generator tests.
michaelnebel Apr 15, 2025
539a06d
C#: Re-factor the heuristic summary test to use heuristic-summary tag…
michaelnebel Apr 15, 2025
1d6c367
C#: Change the capture neutral model test to use the content/heuristi…
michaelnebel Apr 16, 2025
08f7caa
Java: Adjust model generator test cases to the new implementation.
michaelnebel Apr 16, 2025
7e51dae
Java: Change the heuristic summary test tag to heuristic-summary.
michaelnebel Apr 16, 2025
71d0409
Java: Convert the model generator neutral test to use the combined ne…
michaelnebel Apr 16, 2025
2155396
Rust: Adjust tests.
michaelnebel Apr 16, 2025
32125d2
C#/Java/Rust: Add change notes.
michaelnebel Apr 16, 2025
d187a7d
Java: Update integration test that tracks queries not included in a q…
michaelnebel Apr 22, 2025
f6135d5
Shared: Address review comments.
michaelnebel Apr 23, 2025
d05f604
C++: Adjust the model generator queries to the new shared implementat…
michaelnebel Apr 24, 2025
a589014
C++: Update model generator tests.
michaelnebel Apr 24, 2025
de12222
C#/Rust: Update integration test expected output.
michaelnebel Apr 25, 2025
d4b083b
Merge pull request #19376 from adityasharad/actions/exclude-model-gen…
adityasharad Apr 25, 2025
9cfa451
Go: Fix/improve comment about environment variable preservation
mbg Apr 25, 2025
5172a4d
Go: Remove check from `getEnvVars`
mbg Apr 25, 2025
91a7944
Go: Change "Unable" to "Failed" for consistency
mbg Apr 25, 2025
7592ce4
Go: Restore `parseRegistryConfigsFail` test for the empty string
mbg Apr 25, 2025
46fb041
Merge pull request #19384 from github/redsun82/swift-add-logs
redsun82 Apr 25, 2025
987af4c
Merge pull request #19248 from github/mbg/go/private-registries
mbg Apr 25, 2025
14445a3
Merge pull request #19380 from hvitved/csharp/cfg/switch-fall-through
hvitved Apr 28, 2025
bcc65e1
Merge pull request #19381 from jketema/swift-doc
redsun82 Apr 28, 2025
8857f0d
Merge pull request #19311 from michaelnebel/csharp/generatorcleanup
michaelnebel Apr 28, 2025
70a3fe3
Add YAML front matter to change note
nickrolfe Apr 28, 2025
b61a87a
Update integration test to match update to security-and-quality suite
nickrolfe Apr 28, 2025
35939ec
Merge pull request #19394 from github/nickrolfe/actions-change-note
nickrolfe Apr 28, 2025
625354c
Release preparation for version 2.21.2
invalid-email-address Apr 28, 2025
ca7f8f2
Tweak change-note for MaD model generation
nickrolfe Apr 28, 2025
ded3865
Merge pull request #19395 from github/release-prep/2.21.2
nickrolfe Apr 28, 2025
e3f33f1
Remove erroneously-committed query
nickrolfe Apr 28, 2025
a46f8fb
Merge pull request #19398 from github/nickrolfe/rm-erroneous-query
nickrolfe Apr 28, 2025
6285c2e
Actions: Retroactively add GA changenote
adityasharad Apr 30, 2025
005a27b
Merge pull request #19436 from adityasharad/actions/ga-change-note
nickrolfe May 1, 2025
63884ff
Merge tag 'codeql-cli/latest' into auto/sync-main-pr
May 1, 2025
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: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/javascript/ @github/codeql-javascript
/python/ @github/codeql-python
/ruby/ @github/codeql-ruby
/rust/ @github/codeql-rust
/swift/ @github/codeql-swift
/misc/codegen/ @github/codeql-swift
/java/kotlin-extractor/ @github/codeql-kotlin
Expand Down Expand Up @@ -41,6 +42,7 @@ MODULE.bazel @github/codeql-ci-reviewers
/.github/workflows/go-* @github/codeql-go
/.github/workflows/ql-for-ql-* @github/codeql-ql-for-ql-reviewers
/.github/workflows/ruby-* @github/codeql-ruby
/.github/workflows/rust.yml @github/codeql-rust
/.github/workflows/swift.yml @github/codeql-swift

# Misc
Expand Down
Loading