Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
376 commits
Select commit Hold shift + click to select a range
fa8cbee
Merge pull request #20546 from github/idrissrio/ql-constant
IdrissRio Sep 30, 2025
49efd57
Rust: Add taint model for add on `String`
paldepind Sep 30, 2025
f88daff
Java: note that classes with entirely private constructors can't be s…
smowton Sep 30, 2025
1b2bd30
Update cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
MathiasVP Sep 30, 2025
ca53a8e
C++: Update QLDoc.
MathiasVP Sep 30, 2025
771d934
Merge branch 'main' into basicquery
geoffw0 Sep 30, 2025
19871a2
Rust: Accept test changes
paldepind Sep 30, 2025
a2a9575
Add tests for safe URL flow
owen-mc Sep 30, 2025
701cff3
Rust: Macro call resolution
hvitved Sep 29, 2025
537e7a8
Rust: Fix formatting
hvitved Sep 30, 2025
d9955ce
Merge pull request #20503 from geoffw0/cookie
geoffw0 Sep 30, 2025
92122fe
Rust: statement -> expression.
geoffw0 Sep 30, 2025
372b587
Merge pull request #20554 from geoffw0/docs1
geoffw0 Sep 30, 2025
a359a24
Merge pull request #20559 from paldepind/rust/string-add-ref
paldepind Oct 1, 2025
dd3f754
Add change note.
owen-mc Sep 30, 2025
daf0cf1
Rust: Rename predicates
paldepind Oct 1, 2025
c93852d
Improve comments in test file
owen-mc Oct 1, 2025
513dcf1
Merge branch 'main' into basicquery
subatoi Oct 1, 2025
2c7291d
Rust: Fix toctree bug.
geoffw0 Oct 1, 2025
f5ae5be
Merge pull request #20560 from smowton/smowton/fix/start-in-construct…
smowton Oct 1, 2025
353ee8b
C++: Port a test from the experimental directory to show that it work…
MathiasVP Oct 1, 2025
936702a
Rust: Update graphics.
geoffw0 Oct 1, 2025
b02c19b
Rust: Slightly cleaner screenshots.
geoffw0 Oct 1, 2025
b0e9238
Merge branch 'main' into use-shared-guards-library
MathiasVP Oct 1, 2025
a1028d6
Guards: Improve performance for uniqueValue.
aschackmull Oct 1, 2025
dd3debc
Address review comments
hvitved Oct 1, 2025
8983ac9
Phrase test in terms of safe URLs
owen-mc Oct 1, 2025
f96a42c
Merge pull request #20561 from geoffw0/basicquery
geoffw0 Oct 1, 2025
ff3d795
Merge pull request #20556 from owen-mc/go/test/safeurlflow
owen-mc Oct 1, 2025
1408c24
Merge pull request #20557 from paldepind/rust/type-inference-delete-p…
paldepind Oct 1, 2025
16a11b4
Switch to use-use dataflow. This will make post-update nodes easy to …
owen-mc Nov 10, 2023
4484d5b
Add missing QLDoc
owen-mc Nov 28, 2023
5267671
Clean up code in basicLocalFlowStep
owen-mc Nov 28, 2023
b474315
Include first step from SsaVariableCapture
owen-mc Nov 28, 2023
49b8b0b
Remove local flow step from SSA defn to SSA capture
owen-mc Sep 5, 2025
4e04d27
Adjust SafeFormatArgumentSanitizer to use-use flow
owen-mc Nov 29, 2023
b2a9cec
Fix Allocation Size Overflow for use-use flow
owen-mc Nov 30, 2023
9068315
Fix IncorrectIntegerConversion for use-use flow
owen-mc Nov 30, 2023
a3eb010
Optimise join order for varBlockReaches
smowton Jan 26, 2021
32de211
Use `_` instead of exists variable x2
owen-mc Sep 2, 2025
3594dba
Make insecure randomness test more realistic
owen-mc Mar 6, 2025
5210665
Test result that was missing is now found
owen-mc Nov 10, 2023
c20abf6
Line numbers change because 3 lines were added
owen-mc Nov 29, 2023
14301e0
Expected changes in dataflow edges
owen-mc Nov 10, 2023
d13d717
Fix QLDoc typo
owen-mc May 5, 2025
7a515c1
Pull out post-update node logic into predicate
owen-mc May 5, 2025
c8b8e25
Convert post-update logic to IR (part 1)
owen-mc May 5, 2025
203952f
Convert post-update logic to IR (part 2)
owen-mc Sep 10, 2025
ad18018
Implement `writesComponent` at IR level
owen-mc Sep 12, 2025
05a16dc
Convert post-update logic to IR (part 3)
owen-mc Sep 11, 2025
89ae0e3
Inline predicate only used once
owen-mc Sep 11, 2025
9892836
Switch order of PUN test output
owen-mc Sep 12, 2025
a0c647c
Add Email Injection tests for reverse flow models
owen-mc Sep 18, 2025
118def8
Make separate post-update nodes
owen-mc Sep 12, 2025
d2230c5
Expected changes in test output
owen-mc Sep 12, 2025
ac71f9c
Expected change in test output
owen-mc Sep 16, 2025
3229630
Make store step to send stmt's channel use post-update node
owen-mc Sep 16, 2025
8a3bd84
Fix test expectations for Cleartext Logging
owen-mc Sep 16, 2025
cf6cfe2
Non-initializing writes should target post-update nodes
owen-mc Sep 17, 2025
748c53a
Refactor: Create `writesFieldOnSsaWithFields`
owen-mc Sep 18, 2025
6215587
Fix flow to variable capture
owen-mc Sep 18, 2025
3906f25
Adjust Stack Exposure test so it passes
owen-mc Sep 18, 2025
5efc8ac
Fix backwards flow through TaintTracking::FunctionModel
owen-mc Sep 23, 2025
6cb6953
Add missing qldocs
owen-mc Sep 19, 2025
a9420d4
Fix bad join order
owen-mc Sep 19, 2025
52b6539
Typo
owen-mc Sep 19, 2025
f5f6d64
Add change notes
owen-mc Sep 19, 2025
25f1823
Fix email injection sink that needs local flow
owen-mc Sep 18, 2025
4ee236d
Delete commented out code
owen-mc Sep 25, 2025
1d9a93a
Rename helper predicate
owen-mc Sep 25, 2025
b1bcbec
Use slightly less confusing syntax
owen-mc Sep 25, 2025
630a844
Rename confusing predicate and add qldoc
owen-mc Sep 25, 2025
7b42618
Rephrase change note to avoid technical terms
owen-mc Sep 25, 2025
1144bb9
Convert OpenUrlRedirect tests to InlineExpectations
owen-mc Sep 25, 2025
414bab1
Add OpenUrlRedirect tests for Url.Host field
owen-mc Sep 25, 2025
c9a2816
Fix OpenUrlRedirect barrier for write to Url.Host
owen-mc Sep 25, 2025
489b843
Add and use `WriteNode.writesFieldPreUpdate`
owen-mc Sep 25, 2025
2ffb638
Delete `WriteNode.writesFieldOnSsaWithFields`
owen-mc Sep 25, 2025
6fcd358
Fix pointer content store step for write to field of pointer dereference
owen-mc Sep 26, 2025
59e3c14
Add and use `WriteNode.writesElementPreUpdate`
owen-mc Sep 29, 2025
8a21a4f
Deprecate `WriteNode.writesComponent`
owen-mc Sep 29, 2025
92dac03
Crypto: Adding necessary model interfaces for MacOperationCall in JCA.
bdrodes Oct 1, 2025
620ae33
Make SafeUrlFlow test more comprehensive (failing)
owen-mc Sep 30, 2025
6e4dbe8
Fix SafeUrlFlow so test passes
owen-mc Sep 30, 2025
8160ef6
update annotation docs to reference signatures
ginsbach Oct 1, 2025
7893768
update annotation docs to reference type unions
ginsbach Oct 1, 2025
8b04d0a
Convert SSRF tests to inline expectations tests
owen-mc Oct 1, 2025
c9ce2c8
Add test for assignment to Url.Host field
owen-mc Oct 1, 2025
bd3bcf9
language reference section on 'additional' annotation
ginsbach Oct 1, 2025
f0f5fc7
Improve SSRF additional flow step
owen-mc Oct 1, 2025
341a119
language reference section on 'extensible' annotation
ginsbach Oct 1, 2025
6d6852f
Test PathAssignmentBarrier for OpenUrlRedirect
owen-mc Oct 1, 2025
3159b29
member predicates cannot be 'external'
ginsbach Oct 1, 2025
c006777
Simplify PathAssignmentBarrier
owen-mc Oct 1, 2025
f0b3909
discuss 'extensible' whenever the spec mentions 'external'
ginsbach Oct 1, 2025
2629369
Improve additional flow step for Host field
owen-mc Oct 1, 2025
6eb2aad
Merge pull request #20569 from aschackmull/guards/uniquevalue-perf
MathiasVP Oct 1, 2025
011739c
Merge branch 'main' into use-shared-guards-library
MathiasVP Oct 1, 2025
d49efef
Crypto: Fix for non-monotonic recursion in JCA
bdrodes Oct 1, 2025
6f57e5a
Merge branch 'main' into systemwebhttprequest-test-stubs
ewillonermsft Oct 1, 2025
191dae4
C#: Add a stub for the System.Uri class for the CWE-611 test.
michaelnebel Sep 29, 2025
4f833ca
Merge pull request #20513 from ewillonermsft/systemwebhttprequest-tes…
michaelnebel Oct 2, 2025
a2d31be
improve the wording based on PR review feedback
ginsbach Oct 2, 2025
d889fa8
Merge pull request #20571 from github/ginsbach/MoreAnnotationDocs
ginsbach Oct 2, 2025
f8b104d
Rust: Use `doubleBoundedFastTC` for resolving `$crate` paths
hvitved Oct 2, 2025
57efa05
C#: Add change note.
michaelnebel Oct 2, 2025
b5aa972
Merge pull request #20525 from michaelnebel/csharp/reducelocationtuples
michaelnebel Oct 2, 2025
7fdda87
Fix `go/impossible-interface-nil-check` for separate post-update nodes
owen-mc Oct 2, 2025
a34d6d4
Merge pull request #20485 from MathiasVP/use-shared-guards-library
jketema Oct 2, 2025
b4c979f
Merge pull request #20548 from hvitved/rust/macro-call-resolution
hvitved Oct 2, 2025
329a7de
Crypto: Fixing JCA class naming casing for PBKDF2 classes.
bdrodes Oct 2, 2025
d251b3f
Merge branch 'main' into signature_model_refactor
bdrodes Oct 2, 2025
38421ce
Crypto: Missing casing fix for JCA classes
bdrodes Oct 2, 2025
c37b7c1
Merge branch 'signature_model_refactor' of https://github.com/bdrodes…
bdrodes Oct 2, 2025
b08533b
Crypto: Fix missing output variable
bdrodes Oct 2, 2025
850c1ec
Crypto: Fix use of a member where a singleton set literal exists
bdrodes Oct 2, 2025
d8891e3
Small improvement to `go/unhandled-writable-file-close`
owen-mc Oct 2, 2025
704a06e
Crypto: Update JCA PBKDF2 modeling: 1) add further inheritance struct…
bdrodes Oct 2, 2025
9673b81
Crypto: Update JCA 'wihHmac" raw name to be the entire raw string, no…
bdrodes Oct 2, 2025
4d48628
Preserve old behaviour of `Write.writesComponent`
owen-mc Oct 2, 2025
cce44b1
Update change notes for api changes
owen-mc Oct 2, 2025
f35d28d
Change note for bug fix in `go/unvalidated-url-redirection`
owen-mc Oct 2, 2025
bc0b876
C++: Fix bad magic on `Element.getFile` when running on InconsistentC…
MathiasVP Oct 2, 2025
4901cdf
Crypto: Refactor and change casts to `super`
nicolaswill Oct 2, 2025
4ec18c8
Rust: Remove the experimental note in supported-frameworks.rst.
geoffw0 Oct 2, 2025
cbe34f1
Merge pull request #19944 from bdrodes/signature_model_refactor
nicolaswill Oct 2, 2025
3b1d6cd
Rust: Add missing link (to existing doc).
geoffw0 Oct 2, 2025
e823d80
Merge branch 'main' into java_nonce_reuse_tests
bdrodes Oct 2, 2025
fb738f2
Rust: Update creating-path-queries.rst.
geoffw0 Oct 2, 2025
479e735
Rust: Mirror information from supported-versions-compilers.rst in sys…
geoffw0 Oct 2, 2025
507174e
Crypto: Fix bug in MacOperationNode constructor with detecting if the…
bdrodes Oct 2, 2025
a46bd4c
Crypto: JCA random number generation model.
bdrodes Oct 2, 2025
218c2a5
Merge pull request #14751 from owen-mc/go/feature/use-use-flow
owen-mc Oct 2, 2025
7807804
Merge pull request #20573 from MathiasVP/fix-bad-magic-on-get-file
jketema Oct 2, 2025
2e9e357
Rangeanalysis: Fix a join-order.
aschackmull Oct 3, 2025
ef1fe6c
Add code owners for `/shared/`
owen-mc Oct 3, 2025
402d58b
Merge pull request #20553 from paldepind/rust-ruby/update-cargo-deps
paldepind Oct 3, 2025
f1eb651
Crypto: Add modeling for JCA signatures. Make consistent use of "unkn…
bdrodes Oct 3, 2025
f4fea6d
Crypto: Fix consistency update with "other" vs "unknown" naming conve…
bdrodes Oct 3, 2025
66e9d76
Crypto: Add jca unit tests.
bdrodes Oct 3, 2025
9c5765a
Crypto: Add missing string constants for signature algorithms.
bdrodes Oct 3, 2025
9fa30a3
Crypto: Updating algorithm string literals and key generation algorit…
bdrodes Oct 3, 2025
1f2cca7
Merge pull request #20547 from paldepind/rust/function-as-lambda
paldepind Oct 6, 2025
f6b6a00
Java: Add integration tests for Maven 4
IdrissRio Sep 19, 2025
a22ec2d
Java: Accept new test results after extractor changes
IdrissRio Sep 19, 2025
84c788a
JS: Add API graph test for explicit 'this' passing
asgerf Oct 6, 2025
4d33190
JS: Restrict this-argument passing in API graphs
asgerf Oct 6, 2025
587ad5c
JS: Refine criteria so that explicit this-passing is not affected
asgerf Oct 6, 2025
a31c10c
Apply suggestions from code review
geoffw0 Oct 6, 2025
1c8ee0a
Rust: Fix backticks.
geoffw0 Oct 6, 2025
f2b45b8
C#: Add type locations test.
michaelnebel Sep 30, 2025
0cd7c37
C#: Avoid extracting duplicate type locations.
michaelnebel Sep 30, 2025
b5592ad
C#: Add partial class example.
michaelnebel Oct 2, 2025
12dc65d
C#: For implicit constructors, pick a unique source location as repor…
michaelnebel Oct 3, 2025
0ba9b80
C#: Add some more partial class related tests.
michaelnebel Oct 3, 2025
7b61a5f
C#: Update some test expected output that uses the location of the im…
michaelnebel Oct 3, 2025
579da1d
Fix QL-for-QL alerts
nicolaswill Oct 6, 2025
378eb18
Merge branch 'main' into jca_signature_extensions
nicolaswill Oct 6, 2025
4a1157b
Merge pull request #20491 from github/idrissrio/java-maven
IdrissRio Oct 6, 2025
b32a640
Update java/ql/lib/experimental/quantum/JCA.qll
bdrodes Oct 6, 2025
606aef3
Crypto: Removing non-ascii characters from unit tests
bdrodes Oct 6, 2025
96f6832
Crypto: Updating expected files for unit tests.
bdrodes Oct 6, 2025
15e9bb9
Format Test and update .expected
nicolaswill Oct 6, 2025
b362b46
C#: Add some examples with nested types.
michaelnebel Oct 6, 2025
6149608
C#: Always use the unbound type declaration location for type location.
michaelnebel Oct 6, 2025
abeb314
Crypto: Formatting test cases, more removal of non-ascii
bdrodes Oct 6, 2025
017a956
Crypto: more non-ascii removal.
bdrodes Oct 6, 2025
9e278b9
Merge pull request #20258 from bdrodes/java_nonce_reuse_tests
nicolaswill Oct 6, 2025
cb812b4
Crypto: more non-ascii removal.
bdrodes Oct 6, 2025
e2a8d58
Merge pull request #20583 from bdrodes/jca_signature_extensions
nicolaswill Oct 6, 2025
5c6d187
Java: Fix buildless test HTTP server binding on macOS26
IdrissRio Oct 7, 2025
f9d62a0
C#: Narrow the use of unbound declaration locations to nested types.
michaelnebel Oct 7, 2025
11665be
Java: Allow taint-read-steps for array sources.
aschackmull Oct 7, 2025
ace2ff5
Rust: test with the 1.90 toolchain
redsun82 Oct 7, 2025
c809cce
Merge pull request #20588 from github/idrissrio/macos-26
IdrissRio Oct 7, 2025
bf76cab
Correct comment about empty `.expected` file
owen-mc Oct 7, 2025
74fb46c
Merge branch 'main' into patch-1
kaspersv Oct 7, 2025
0396756
Merge pull request #20184 from Marcono1234/patch-1
kaspersv Oct 7, 2025
101d2dd
Use new team for shared library reviewers
owen-mc Oct 7, 2025
f83b80a
Add `codeql-alert-coverage-eng` as catch-all
owen-mc Oct 7, 2025
db9bb83
Move rule for `/ql/` for consistency
owen-mc Oct 7, 2025
f0bfd70
Java: Add test case.
aschackmull Oct 7, 2025
b0c8fcd
Merge pull request #20591 from owen-mc/shared/update-inline-expectati…
owen-mc Oct 7, 2025
7dadbc4
Java: Add change note.
aschackmull Oct 7, 2025
584d8c5
C#: Add change-note.
michaelnebel Oct 7, 2025
122b7eb
Rust: accept test changes
redsun82 Oct 7, 2025
ea4d475
Merge pull request #20581 from michaelnebel/csharp/reducetyplocationt…
michaelnebel Oct 7, 2025
18e33b1
Merge pull request #20589 from aschackmull/java/array-entrypoint-read…
aschackmull Oct 7, 2025
f0842e4
C#: Respect the context when extracting locations for type parameters…
michaelnebel Oct 7, 2025
eb84b14
C#: Add some locations tests for type parameters and tuple types.
michaelnebel Oct 7, 2025
55b15a2
Java: Add integration test for buildless lambda recovery
IdrissRio Oct 7, 2025
f69e5f5
Java: Accept new test results after extractor changes
IdrissRio Oct 7, 2025
791a92b
C++: Add a changenote for C/C++ BMN GA
igfoo Oct 7, 2025
8c02130
DataFlow: Rearrange files to group the parts that can be shared with …
alexet Sep 18, 2025
82e4fc9
AlertFiltering: Expose filtering further.
alexet Sep 18, 2025
c49e2ab
DataFlow: Add code to do overlay informed dataflow.
alexet Sep 18, 2025
3c110f2
DataFlow: Add code for merging base with overlay.
alexet Sep 19, 2025
542bdf0
Java: Use Overlay dataflow in java.
alexet Sep 24, 2025
7a8d239
Daatflow: Fix bug
alexet Sep 25, 2025
193cd46
DataFlow: Adress comments on overlay informed dataflow
alexet Oct 3, 2025
825d370
Merge pull request #20386 from github/alexet/overlay-informed-dataflow
alexet Oct 7, 2025
2918d30
Merge pull request #20597 from github/igfoo/bmn-ga
igfoo Oct 7, 2025
8a2be09
Rust: Add change note for Rust GA.
geoffw0 Oct 7, 2025
10c9b74
Merge pull request #20586 from asgerf/js/api-graphs-block-this
asgerf Oct 8, 2025
75a7507
Merge pull request #20590 from github/redsun82/rust-test-compatibility
redsun82 Oct 8, 2025
28fe20e
Merge pull request #20595 from github/idrissrio/java-lambda
IdrissRio Oct 8, 2025
cdfa586
C#: Add change-note.
michaelnebel Oct 8, 2025
99f5dca
Java: Fix bug in ConstantExpAppearsNonConstant.
aschackmull Oct 8, 2025
4cc6a07
Merge pull request #20593 from michaelnebel/csharp/reducetypeparamete…
michaelnebel Oct 8, 2025
2d9b249
Merge pull request #20600 from aschackmull/java/constant-exp-fix
aschackmull Oct 8, 2025
d39c8d1
Merge pull request #20574 from geoffw0/rustga3
geoffw0 Oct 8, 2025
f8626cd
changedocs for 2.23.2
jonjanego Oct 8, 2025
9c610e8
Update links in CodeQL CLI changelog
jonjanego Oct 8, 2025
4534d67
Merge branch 'main' into changedocs-2.23.2
jonjanego Oct 8, 2025
83519a9
Merge pull request #20606 from github/changedocs-2.23.2
jonjanego Oct 8, 2025
546d59f
Java: Wait for test HTTP servers to be ready before running buildless…
IdrissRio Oct 8, 2025
a7c166d
Merge pull request #20599 from geoffw0/rust-ga-change-note
geoffw0 Oct 9, 2025
f52e3dc
Merge pull request #20601 from github/idrissrio/java-localhost
IdrissRio Oct 9, 2025
0c9cd09
Make NumericOrBooleanSanitizer easier to access and rename it
owen-mc Oct 9, 2025
7599fdd
Add request forgery test for numeric type
owen-mc Oct 9, 2025
3cbce80
Add SimpleTypeSanitizer to `go/request-forgery`
owen-mc Oct 9, 2025
3715179
Add change notes
owen-mc Oct 9, 2025
b9eae31
C#: Add parameter locations test.
michaelnebel Oct 9, 2025
f200c3c
C#: Add field location example.
michaelnebel Oct 9, 2025
051b83f
C#: Only extract the unbound location for fields and parameters and u…
michaelnebel Oct 9, 2025
02428fc
C#: Add some location examples for constructors, destructors and oper…
michaelnebel Oct 9, 2025
89681a4
C#: Only extract the unbound locations for constructors, destructors …
michaelnebel Oct 9, 2025
11f2045
Fix team name
owen-mc Oct 9, 2025
e8fd843
C#: Update some tuple related tests.
michaelnebel Oct 9, 2025
2c6af0c
Merge pull request #20580 from owen-mc/codeowners-for-shared-libs-and…
owen-mc Oct 9, 2025
0fc2875
Rust: Include tuple structs/variants in `CallExprBase.getStaticTarget()`
hvitved Oct 10, 2025
87f32dc
Merge pull request #20613 from owen-mc/go/sanitize-simpletypes-reques…
owen-mc Oct 10, 2025
b8c3a28
C#: Add change note.
michaelnebel Oct 10, 2025
d842107
Merge pull request #20621 from hvitved/rust/static-target-addressable
hvitved Oct 10, 2025
ab9f78f
Merge pull request #20617 from michaelnebel/csharp/unboundlocations
michaelnebel Oct 10, 2025
500421d
Bump the extractor-dependencies group in /go/extractor with 2 updates
dependabot[bot] Oct 13, 2025
e65f8ea
Merge pull request #20609 from github/dependabot/go_modules/go/extrac…
mbg Oct 13, 2025
b57243e
Merge pull request #20579 from aschackmull/shared/rangeanalysis-joino…
MathiasVP Oct 13, 2025
c4b27d5
Python: Fix `ImportError` in `imp.py` under Python 3.14
tausbn Oct 13, 2025
ab78f2b
Merge pull request #20630 from github/tausbn/python-fix-importerror-i…
yoff Oct 13, 2025
33542f7
Release preparation for version 2.23.3
invalid-email-address Oct 14, 2025
9507ec0
Fix "be be" typos
henrymercer Oct 14, 2025
9466279
Prefer code quotes for BMN
henrymercer Oct 14, 2025
17352a1
Rephrase C++ BMN changelog note
henrymercer Oct 14, 2025
836e395
Merge pull request #20635 from github/release-prep/2.23.3
henrymercer Oct 14, 2025
5310469
Actions: Update `SecretExfiltration` output for typo fix
henrymercer Oct 14, 2025
b737bcc
Python: Fix "be be" typos in qhelp
henrymercer Oct 14, 2025
aa3000d
Merge pull request #20637 from github/henrymercer/update-expected-output
henrymercer Oct 14, 2025
76ddb40
Merge tag 'codeql-cli/latest' into auto/sync-main-pr
Oct 17, 2025
13ef779
Merge branch 'main' of https://github.com/microsoft/codeql into auto/…
Oct 20, 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
  •  
  •  
  •  
9 changes: 6 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Catch-all for anything which isn't matched by a line lower down
* @github/code-scanning-alert-coverage

# CodeQL language libraries
/actions/ @github/codeql-dynamic
/cpp/ @github/codeql-c-analysis
/csharp/ @github/codeql-csharp
Expand All @@ -7,8 +11,10 @@
/java/ @github/codeql-java
/javascript/ @github/codeql-javascript
/python/ @github/codeql-python
/ql/ @github/codeql-ql-for-ql-reviewers
/ruby/ @github/codeql-ruby
/rust/ @github/codeql-rust
/shared/ @github/codeql-shared-libraries-reviewers
/swift/ @github/codeql-swift
/misc/codegen/ @github/codeql-swift
/java/kotlin-extractor/ @github/codeql-kotlin
Expand All @@ -25,9 +31,6 @@
/docs/codeql/ql-language-reference/ @github/codeql-frontend-reviewers
/docs/query-*-style-guide.md @github/codeql-analysis-reviewers

# QL for QL reviewers
/ql/ @github/codeql-ql-for-ql-reviewers

# Bazel (excluding BUILD.bazel files)
MODULE.bazel @github/codeql-ci-reviewers
.bazelversion @github/codeql-ci-reviewers
Expand Down
Loading
Loading