Arthur Baars
|
5c21c01ad0
|
Update rust/ql/src/queries/summary/Stats.qll
|
2025-06-02 15:42:43 +02:00 |
|
Arthur Baars
|
62d0cf7e0d
|
Rust: restrict line and file counts to include only extracted source files
|
2025-05-28 19:55:13 +02:00 |
|
github-actions[bot]
|
d2c6875eac
|
Post-release preparation for codeql-cli-2.21.4
|
2025-05-27 18:16:21 +00:00 |
|
github-actions[bot]
|
bfb91e95e3
|
Release preparation for version 2.21.4
|
2025-05-27 17:22:05 +00:00 |
|
Simon Friis Vindum
|
52280625ee
|
Rust: Add type inference inconsistency counts to the stats summary
|
2025-05-27 12:43:34 +02:00 |
|
Paolo Tranquilli
|
add3c941a2
|
Merge branch 'main' into redsun82/rust-macro
|
2025-05-26 11:47:58 +02:00 |
|
Paolo Tranquilli
|
01e22b7266
|
Rust: remove wrong comment
|
2025-05-23 12:01:50 +02:00 |
|
Paolo Tranquilli
|
31b48e18e6
|
Rust: fix BadCtorInitialization test
|
2025-05-23 12:01:14 +02:00 |
|
Paolo Tranquilli
|
32cece3a43
|
Rust: adapt BadCtorInitialization.ql to attribute macro expansion
|
2025-05-23 12:00:42 +02:00 |
|
Arthur Baars
|
e90ab7b881
|
Rust: fix diagnostics tests
|
2025-05-22 09:53:27 +02:00 |
|
Arthur Baars
|
980cebeef8
|
Rust: fix QL code after removing Crate::getModule()
|
2025-05-22 09:52:08 +02:00 |
|
Tom Hvitved
|
cb59795474
|
Merge pull request #19134 from hvitved/rust/canonical-path
Rust: Compute canonical paths in QL
|
2025-05-22 08:38:31 +02:00 |
|
Tom Hvitved
|
b7f8b79f0e
|
Rust: Calculate canonical paths in QL
|
2025-05-21 09:22:07 +02:00 |
|
Simon Friis Vindum
|
fb8b79edbf
|
Rust: Skip model generation for functions with semicolon in canonical path
|
2025-05-16 14:08:09 +02:00 |
|
Paolo Tranquilli
|
e4b7b914b2
|
Merge pull request #19334 from github/redsun82/rust-expand-attr-macros
Rust: expand attribute macros
|
2025-05-14 15:35:58 +02:00 |
|
Mathias Vorreiter Pedersen
|
e903d76fa0
|
Merge pull request #19443 from MathiasVP/generate-more-value-preserving-summaries-2
Shared: Generate more value-preserving flow summaries
|
2025-05-14 09:12:28 +01:00 |
|
github-actions[bot]
|
5f9dd75d7d
|
Post-release preparation for codeql-cli-2.21.3
|
2025-05-13 21:49:43 +00:00 |
|
github-actions[bot]
|
2de4a01c86
|
Release preparation for version 2.21.3
|
2025-05-13 21:14:27 +00:00 |
|
Paolo Tranquilli
|
a99556e021
|
Merge branch 'main' into redsun82/rust-expand-attr-macros
|
2025-05-13 16:21:29 +02:00 |
|
Michael Nebel
|
6712cce1d7
|
Rust: Update model generator implementation.
|
2025-05-13 13:44:43 +01:00 |
|
Simon Friis Vindum
|
4cc9c24940
|
Merge pull request #19452 from paldepind/shared-model-generator-script
Shared: Remove the language-specific model generator scripts
|
2025-05-13 10:17:37 +02:00 |
|
Geoffrey White
|
6678dc490a
|
Merge pull request #19449 from geoffw0/alloc-size-sev
Rust: Update query severities
|
2025-05-12 15:57:02 +01:00 |
|
Geoffrey White
|
16ed8476ce
|
Rust: Use the new 'quality' tag.
|
2025-05-02 17:24:13 +01:00 |
|
Geoffrey White
|
d0287e9496
|
Merge branch 'main' into alloc-size-sev
|
2025-05-02 17:08:05 +01:00 |
|
Mathias Vorreiter Pedersen
|
bce5f2539f
|
C++/C#/Java/Rust: Fixup tests.
|
2025-05-02 16:52:05 +01:00 |
|
Mathias Vorreiter Pedersen
|
4d2f2b89e7
|
Shared/Java/C#/Rust/C++: Rename 'captureHeuristicFlow' to 'captureFlow'.
|
2025-05-02 14:02:41 +01:00 |
|
Paolo Tranquilli
|
557f468fc0
|
Merge branch 'main' into redsun82/rust-expand-attr-macros
|
2025-05-02 13:43:17 +02:00 |
|
Simon Friis Vindum
|
c6d95ceeb0
|
Shared: Remove the language-specific model generator scripts
|
2025-05-02 13:21:10 +02:00 |
|
Mathias Vorreiter Pedersen
|
d5bc95daeb
|
Merge branch 'main' into generate-more-value-preserving-summaries-2
|
2025-05-02 10:51:11 +01:00 |
|
Michael Nebel
|
74669cb0cb
|
Merge pull request #19382 from michaelnebel/shared/modelgenrefactor
Shared: Re-factor summary, source and sink model generators into separate modules.
|
2025-05-02 09:38:24 +02:00 |
|
Geoffrey White
|
c9ce6c0fb6
|
Rust: Demote rust/cleartext-logging to warning.
|
2025-05-01 16:42:41 +01:00 |
|
Geoffrey White
|
bd3155ef0c
|
Rust: Promote rust/uncontrolled-allocation-size to warning.
|
2025-05-01 16:42:13 +01:00 |
|
Mathias Vorreiter Pedersen
|
775197372c
|
Rust: Fixup queries.
|
2025-04-30 20:34:33 +01:00 |
|
Paolo Tranquilli
|
8ffe4d6593
|
Merge branch 'main' into redsun82/rust-expand-attr-macros
|
2025-04-30 15:25:32 +02:00 |
|
Paolo Tranquilli
|
ecd80fbc34
|
Rust: fix QL compilation errors
|
2025-04-30 15:25:01 +02:00 |
|
Tamas Vajk
|
bb46ca7a64
|
Modify quality query suite selector for actions, cpp, rust and swift
|
2025-04-29 16:22:37 +02:00 |
|
Michael Nebel
|
c9d01bc607
|
Shared: Sprinkle some predicate defaults and clean up.
|
2025-04-29 15:22:13 +02:00 |
|
Michael Nebel
|
a6b5645b13
|
Rust: Re-factor implementation to use the new model generator interface.
|
2025-04-29 15:22:11 +02:00 |
|
Michael Nebel
|
89fd9a4dd5
|
C#/Java/Rust: Change the tag for the model generator debugging queries.
|
2025-04-29 12:02:37 +02:00 |
|
github-actions[bot]
|
2e0699ab2b
|
Post-release preparation for codeql-cli-2.21.2
|
2025-04-28 14:03:28 +00:00 |
|
Nick Rolfe
|
ca7f8f21cd
|
Tweak change-note for MaD model generation
|
2025-04-28 12:50:58 +01:00 |
|
github-actions[bot]
|
625354c46e
|
Release preparation for version 2.21.2
|
2025-04-28 10:55:22 +00:00 |
|
Michael Nebel
|
32125d2291
|
C#/Java/Rust: Add change notes.
|
2025-04-25 15:50:03 +02:00 |
|
Michael Nebel
|
2a0097ea56
|
C#/Java/Rust: Use Mixed flow from capture summary models queries and adjust other queries to the re-factored implementation.
|
2025-04-25 15:49:47 +02:00 |
|
github-actions[bot]
|
d78736b1bf
|
Post-release preparation for codeql-cli-2.21.1
|
2025-04-15 16:33:15 +00:00 |
|
github-actions[bot]
|
b961c5961d
|
Release preparation for version 2.21.1
|
2025-04-14 09:53:06 +00:00 |
|
Geoffrey White
|
c821f27309
|
Merge branch 'main' into badalloc
|
2025-04-14 09:36:59 +01:00 |
|
Mathias Vorreiter Pedersen
|
6c348b5855
|
Rust: Fixup MaD input.
|
2025-04-10 14:01:20 +01:00 |
|
Geoffrey White
|
fd3dcb2d00
|
Rust: More precise imports.
|
2025-04-08 09:30:14 +01:00 |
|
Geoffrey White
|
ee54ba4c48
|
Rust: Autoformat.
|
2025-04-07 17:06:15 +01:00 |
|