Ben Rodes
350742abc8
Merge branch 'main' into brodes/open_source_query_transition
2025-01-28 14:41:39 -05:00
Dilan
25a46a882b
Merge tag 'codeql-cli/latest'
...
Compatible with the latest released version of the CodeQL CLI
2025-01-28 19:01:55 +00:00
Josh Brown
a09847f518
Merge new versions of cpp leap year queries
2025-01-23 12:47:40 -08:00
github-actions[bot]
ec70b80a0a
Release preparation for version 2.20.2
2025-01-21 12:47:53 +00:00
Chris Smowton
90c396b46a
Revert "Release preparation for version 2.20.2"
2025-01-21 12:02:52 +00:00
github-actions[bot]
ec1ca5dc25
Release preparation for version 2.20.2
2025-01-20 14:44:12 +00:00
Jeroen Ketema
65a11e4e82
Merge pull request #18514 from jketema/objc
...
C++: Remove some Objective-C specific query code
2025-01-17 08:18:05 +01:00
Jeroen Ketema
aec151dce9
C++: Remove some Objective-C specific query code
...
We have not supported Objective-C for a long time.
2025-01-16 15:17:30 +01:00
REDMOND\brodes
1376b0c355
Deprecated and hardcoded protocol queries and help
2025-01-15 16:26:55 -05:00
REDMOND\brodes
69cbbffd8f
Adding UncheckedBoundsEnumAsIndex ql, help and example
2025-01-15 16:20:04 -05:00
REDMOND\brodes
34fe60dbfb
KDF ql and qhelp
2025-01-15 16:18:33 -05:00
REDMOND\brodes
5d3f35bc8f
HardcodedIVCNG qhelp and ql
2025-01-15 16:13:13 -05:00
REDMOND\brodes
4eb92afd25
Banned Modes ql and qhelp
2025-01-15 16:10:31 -05:00
Mathias Vorreiter Pedersen
01cbd2f7f1
C++: Ensure that the instruction being compared is the result of the 'CallInstruction'.
2025-01-15 19:27:28 +00:00
REDMOND\brodes
9f09e67693
Adding BannedEncryption qhelp, ql, cap and cng qll, cryptofilters qll and misc. crypto example files
2025-01-15 13:16:57 -05:00
REDMOND\brodes
9668fb3875
SizeOfConstIntMacro qhelp, ql, examples and related qll.
2025-01-15 13:03:29 -05:00
REDMOND\brodes
ad626acbd3
Adding ArgumentIsSizeofOrOperation.qhelp, ql, and example files.
2025-01-15 13:01:08 -05:00
REDMOND\brodes
0f8f96c62e
Adding IncorrectUsageOfRtlCompareMemory.qhelp, ql and example files.
2025-01-15 12:59:34 -05:00
REDMOND\brodes
7edf552023
Adding BadOverflowGuard qhelp, example code for help, and ql file.
2025-01-15 12:56:36 -05:00
REDMOND\brodes
936ecfc4cd
All remaining leap year ql and qhelp files.
2025-01-15 12:37:21 -05:00
REDMOND\brodes
7eee4f2ea5
Adding LeapYear.qll and Adding365DaysPerYear ql and help.
2025-01-15 12:25:41 -05:00
REDMOND\brodes
99fa75b818
Leap Year Examples
2025-01-15 12:11:01 -05:00
Jeroen Ketema
537feddf06
C++: Introduce usertypes for structs and unions
2025-01-15 11:38:01 +01:00
Mathias Vorreiter Pedersen
2d44b33598
C++: Speed up the 'cpp/unbounded-write' query.
2025-01-13 16:03:30 +00:00
Dilan
4fd7aec87f
Merge tag 'codeql-cli/latest'
...
Compatible with the latest released version of the CodeQL CLI
2025-01-09 21:59:09 +00:00
Mathias Vorreiter Pedersen
1822dc4860
C++: Add change note.
2025-01-09 17:56:07 +00:00
Jeroen Ketema
12048aefad
Merge pull request #18408 from jketema/config-silence
...
C++: Silence alerts coming from CMake test compilation files
2025-01-09 16:31:55 +01:00
github-actions[bot]
fb20f6ca63
Post-release preparation for codeql-cli-2.20.1
2025-01-07 22:07:40 +00:00
github-actions[bot]
88b6f1e79a
Release preparation for version 2.20.1
2025-01-07 20:50:36 +00:00
Dave Bartolomeo
72a53c4b23
Revert "Release preparation for version 2.20.1"
2025-01-07 13:32:23 -05:00
github-actions[bot]
fbf9f2fff8
Release preparation for version 2.20.1
2025-01-07 17:20:13 +00:00
Dave Bartolomeo
22e030584c
Revert "Release preparation for version 2.20.1"
2025-01-07 12:14:27 -05:00
Jeroen Ketema
b6f412bbad
C++: Add change notes
2025-01-07 14:21:45 +01:00
Jeroen Ketema
06f6bac169
C++: Silence alerts coming from CMake test compilation files
2025-01-07 14:12:55 +01:00
github-actions[bot]
a121c5a5d0
Release preparation for version 2.20.1
2025-01-06 18:20:22 +00:00
Calum Grant
d5571c5f68
Merge pull request #18309 from github/calumgrant/bmn/return-stack-allocated-memory
...
C++: Fix FPs to cpp/return-stack-allocated-memory
2024-12-20 10:54:24 +00:00
Jeroen Ketema
757d5d6e6d
C++: Remove duplicate word from change note
2024-12-20 11:18:26 +01:00
Calum Grant
e067ac92a7
C++: Address review comments
2024-12-19 14:27:13 +00:00
Calum Grant
fabacebd4b
C++: Change note
2024-12-18 14:37:43 +00:00
Jeroen Ketema
b7d1da8741
C++: Introduce a new base class for template parameters
...
This will enable us to support non-type template parameters, which we
currently do not support, and error template parameters, which might
become relevant in the `build-mode: none` context.
2024-12-17 20:25:41 +01:00
Calum Grant
14cef6a207
C++: Fix FPs to cpp/return-stack-allocated-memory
2024-12-17 15:58:39 +00:00
Dilan
2e6d9e7ca5
Merge tag 'codeql-cli/latest'
...
Compatible with the latest released version of the CodeQL CLI
2024-12-10 18:26:05 +00:00
Mathias Vorreiter Pedersen
1266b244f5
Merge pull request #18136 from MathiasVP/model-active-template-library
...
C++: Model Microsoft's "Active Template Library"
2024-12-09 16:05:19 +00:00
github-actions[bot]
8c64648520
Release preparation for version 2.20.0
2024-12-06 19:10:28 +00:00
Henry Mercer
a6a4ad6400
Revert "Release preparation for version 2.20.0"
2024-12-06 19:00:27 +00:00
Jeroen Ketema
3a3eb001e3
C++: Fix word duplication in change note
2024-12-06 19:53:06 +01:00
Jeroen Ketema
ee8ce1c84d
Merge pull request #18222 from github/calumgrant/bmn/badly-bounded-write
...
C++: Fix FPs in cpp/badly-bounded-write caused by extraction errors
2024-12-06 19:50:06 +01:00
Calum Grant
fa123a7215
Merge pull request #18200 from github/calumgrant/bmn/wrong-type-format-args2
...
C++: Fix more FPs with extraction errors on cpp/wrong-type-format-arguments
2024-12-06 17:50:56 +00:00
Calum Grant
e98129c402
Update cpp/ql/src/change-notes/2024-12-05-badly-bounded-write.md
...
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com >
2024-12-06 15:36:24 +00:00
Calum Grant
5aa604b42c
Update cpp/ql/src/change-notes/2024-12-05-wrong-type-format-args.md
...
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com >
2024-12-06 15:34:57 +00:00