github-actions[bot]
|
bfb91e95e3
|
Release preparation for version 2.21.4
|
2025-05-27 17:22:05 +00:00 |
|
Michael Nebel
|
bae16f07ff
|
C#: Change note.
|
2025-05-22 08:42:37 +02:00 |
|
Michael Nebel
|
19e9197874
|
C#: The field access should be on this for it to be compatible with readonly.
|
2025-05-21 15:19:26 +02:00 |
|
Michael Nebel
|
8108c72c17
|
C#: Exclude structs from being flagged in cs/missed-readonly-modifier.
|
2025-05-21 15:19:25 +02:00 |
|
Michael Nebel
|
3a1cd3f734
|
C#: Add cs/missed-readonly-modifier to the code-quality suite.
|
2025-05-21 11:34:40 +02:00 |
|
Michael Nebel
|
dabeddb62d
|
Add change-notes.
|
2025-05-19 09:26:49 +02:00 |
|
Michael Nebel
|
03ecd24469
|
Lower the precision of a range of harcoded password queries to remove them from query suites.
|
2025-05-19 09:26:45 +02:00 |
|
Michael Nebel
|
4d7901573a
|
C#: Add change note.
|
2025-05-15 14:07:50 +02:00 |
|
Michael Nebel
|
72d3814e08
|
C#: Include dictionary indexers and more methods in cs/gethashcode-is-not-defined.
|
2025-05-15 14:03:22 +02:00 |
|
Michael Nebel
|
ef4c921b5a
|
Merge pull request #19482 from michaelnebel/csharp/code-quality-call-to-gc
C#: Add `cs/call-to-gc` to the code quality suite.
|
2025-05-14 13:03:24 +02:00 |
|
Michael Nebel
|
7531a95d22
|
Merge pull request #19271 from michaelnebel/csharp/uncontrolled-format-string
C#: Improve precision of `cs/uncontrolled-format-string`.
|
2025-05-14 10:39:38 +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 |
|
Michael Nebel
|
f5903eaf2d
|
C#: Add cs/call-to-gc to the code quality suite.
|
2025-05-13 14:46:29 +02:00 |
|
Michael Nebel
|
09dc3c88b3
|
C#: Update model generator implementation and test expected output.
|
2025-05-13 13:44:40 +01:00 |
|
Michael Nebel
|
3449a34018
|
C#: Address review comments.
|
2025-05-13 14:20:06 +02:00 |
|
Simon Friis Vindum
|
014e7dc4bc
|
Shared: Remove change note for internal MaD generator
|
2025-05-13 09:50:07 +02:00 |
|
Michael Nebel
|
6cc3c820b4
|
C#: Add change note.
|
2025-05-12 15:45:03 +02:00 |
|
Michael Nebel
|
133e8d4897
|
C#: Include CompositeFormat.Parse as Format like method.
|
2025-05-12 15:44:59 +02: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 |
|
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 |
|
Tamás Vajk
|
cb1c3736fe
|
Merge pull request #19413 from tamasvajk/quality/query-suite-selector
Add code quality suite selector and use that in the code quality suites
|
2025-05-02 08:18:48 +02:00 |
|
Owen Mansel-Chan
|
0863c87572
|
Add change notes
|
2025-05-01 10:33:24 +01:00 |
|
Mathias Vorreiter Pedersen
|
cd47379700
|
C#: Fixup queries and accept test changes.
|
2025-04-30 20:34:30 +01:00 |
|
Owen Mansel-Chan
|
cf614a596d
|
Fix cwe tags to include leading zero
|
2025-04-30 16:43:03 +01:00 |
|
Tamas Vajk
|
ea9b95790b
|
Use code-quality-selectors in C# suite
|
2025-04-29 16:02:46 +02:00 |
|
Michael Nebel
|
c9d01bc607
|
Shared: Sprinkle some predicate defaults and clean up.
|
2025-04-29 15:22:13 +02:00 |
|
Michael Nebel
|
0016fbfa21
|
C#: Re-factor implementation to use the new model generator interface.
|
2025-04-29 15:22:05 +02:00 |
|
Michael Nebel
|
b5c596b2ce
|
Shared: Split model printing of summaries and sources/sinks into separate param modules.
|
2025-04-29 15:21:59 +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 |
|
Michael Nebel
|
e5d296180b
|
Merge pull request #19396 from michaelnebel/csharp/equality-on-floats
C#: Add `cs/equality-on-floats` to the Code Quality suite.
|
2025-04-29 11:47:18 +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 |
|
Michael Nebel
|
f9d8be1ef7
|
C#: Add change note.
|
2025-04-28 13:41:06 +02:00 |
|
Michael Nebel
|
318bfc6d73
|
C#: Add cs/equality-on-floats to the code-quality suite.
|
2025-04-28 13:32:34 +02:00 |
|
github-actions[bot]
|
625354c46e
|
Release preparation for version 2.21.2
|
2025-04-28 10:55:22 +00:00 |
|
Michael Nebel
|
2d6457e4d3
|
C#: Set the precision of cs/equality-on-floats to high.
|
2025-04-28 11:45:12 +02: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 |
|
Michael Nebel
|
b6d2f14b9b
|
C#: Add change note.
|
2025-04-24 08:54:49 +02:00 |
|
Michael Nebel
|
f31235db43
|
C#: Improve format logic to take CompositeFormat and generics into account.
|
2025-04-24 08:54:39 +02:00 |
|
Michael Nebel
|
1d9d8780b3
|
C#: Remove some false positives and add more true positives for cs/invalid-string-format.
|
2025-04-24 08:54:34 +02:00 |
|
Michael Nebel
|
68f93492b1
|
C#: Add cs/invalid-string-formatting to the codeql quality suite.
|
2025-04-24 08:54:27 +02:00 |
|
Michael Nebel
|
62cb4bfd02
|
Merge pull request #19302 from michaelnebel/csharp/missing-access-control
C#: Relax condition for authorize attributes on `cs/web/missing-function-level-access-control`.
|
2025-04-23 09:09:32 +02:00 |
|
github-actions[bot]
|
d78736b1bf
|
Post-release preparation for codeql-cli-2.21.1
|
2025-04-15 16:33:15 +00:00 |
|
Michael Nebel
|
0b10d34cae
|
C#: Add change note.
|
2025-04-15 10:53:40 +02:00 |
|