Michael Nebel
|
99dc923f1f
|
C#: Add cs/gethashcode-is-not-defined to the Code Quality suite.
|
2025-06-10 15:45:41 +02:00 |
|
Michael Nebel
|
a15b9a8eae
|
C#: Freeze quality queries in the security-and-quality suite.
|
2025-06-10 13:34:03 +02:00 |
|
Tamás Vajk
|
7a632e8a47
|
Merge pull request #19650 from tamasvajk/quality/string-concat-loop
Add `cs/string-concatenation-in-loop` to the quality suite
|
2025-06-10 11:49:24 +02:00 |
|
github-actions[bot]
|
21463a9653
|
Post-release preparation for codeql-cli-2.22.0
|
2025-06-09 18:50:20 +00:00 |
|
github-actions[bot]
|
88ba02edf8
|
Release preparation for version 2.22.0
|
2025-06-09 18:14:51 +00:00 |
|
Chad Bentz
|
371a50e6c4
|
Merge branch 'main' into cwe-134
|
2025-06-09 11:22:40 -04:00 |
|
Chad Bentz
|
53a6133e6f
|
Add change-notes for csharp/java/swift
|
2025-06-06 12:23:59 -04:00 |
|
Chad Bentz
|
77e49f1f90
|
Merge branch 'main' into cwe-134
|
2025-06-06 11:16:10 -04:00 |
|
Michael Nebel
|
bc4ff598c3
|
C#: Add change-note.
|
2025-06-03 13:25:02 +02:00 |
|
Michael Nebel
|
77fa45050e
|
C#: Add cs/dereferenced-value-is-always-null and cs/dereferenced-value-may-be-null to the Code Quality suites.
|
2025-06-03 13:25:01 +02:00 |
|
Tamas Vajk
|
92541ffdd8
|
Add cs/string-concatenation-in-loop to the quality suite
|
2025-06-03 10:51:38 +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 |
|
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 |
|
Chad Bentz
|
8a81aa1762
|
Set CWE-134 from 9.3 to 7.3 CVSS score for memory safe languages
- Sync up to score given to javascript/ruby
|
2025-05-19 14:43:08 -04: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 |
|