Calum Grant
|
cc35ec49e4
|
C++: Remove linker-awareness FPs
|
2025-01-28 14:06:38 +00:00 |
|
Calum Grant
|
6df8fdc233
|
C++: Add test for cpp/wrong-type-format-argument
|
2025-01-28 14:04:33 +00:00 |
|
Geoffrey White
|
0ce409efd7
|
Update cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/CMakeFiles/CMakeScratch/TryCompile-abcdef/CheckFunctionExists.c
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
|
2025-01-09 15:17:57 +00:00 |
|
Jeroen Ketema
|
06f6bac169
|
C++: Silence alerts coming from CMake test compilation files
|
2025-01-07 14:12:55 +01:00 |
|
Jeroen Ketema
|
ede801ed88
|
C++: Add CMake test compilation test
|
2025-01-07 14:12:11 +01:00 |
|
Jeroen Ketema
|
46b230ae92
|
C++: Simplify more semmle-extractor-options
This will allow us to drop a number of special cases from the
extractor.
|
2024-12-20 16:01:19 +01:00 |
|
Calum Grant
|
3193fe856a
|
C++: Update comments
|
2024-12-20 09:11:58 +00:00 |
|
Calum Grant
|
7abe7003dc
|
Update cpp/ql/test/query-tests/Likely Bugs/Memory Management/ReturnStackAllocatedMemory/test.cpp
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
|
2024-12-19 16:01:05 +00:00 |
|
Calum Grant
|
e067ac92a7
|
C++: Address review comments
|
2024-12-19 14:27:13 +00:00 |
|
Calum Grant
|
14cef6a207
|
C++: Fix FPs to cpp/return-stack-allocated-memory
|
2024-12-17 15:58:39 +00: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
|
147d699133
|
C++: Add another test case
|
2024-12-04 15:45:17 +00:00 |
|
Calum Grant
|
28c5187a3c
|
C++: Remove FPs in cpp/wrong-type-format-argument when string type is an error
|
2024-12-04 11:02:19 +00:00 |
|
Calum Grant
|
19424020c3
|
C++: Test for erroneous string types
|
2024-12-04 10:57:15 +00:00 |
|
Calum Grant
|
99efff2217
|
C++: Fix a FP in cpp/wrong-number-format-arguments caused by extraction error
|
2024-12-03 16:40:02 +00:00 |
|
Calum Grant
|
08859be07b
|
C++: Test case for cpp/wrong-number-format-arguments
|
2024-12-03 16:33:40 +00:00 |
|
Calum Grant
|
4dab0390c9
|
C++: Update expected output
|
2024-11-22 16:10:23 +00:00 |
|
Calum Grant
|
3b4fdb3fc2
|
Update cpp/ql/test/query-tests/Likely Bugs/Underspecified Functions/test.c
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
|
2024-11-22 15:39:28 +00:00 |
|
Calum Grant
|
60155ce205
|
C++: Address review comments
|
2024-11-22 15:30:24 +00:00 |
|
Calum Grant
|
227f9c7c1b
|
C++: Update the test.c comments
|
2024-11-22 15:12:07 +00:00 |
|
Calum Grant
|
4d851440b6
|
C++: Remove FPs from cpp/too-few-arguments
|
2024-11-22 15:12:05 +00:00 |
|
Calum Grant
|
397bf7c5e2
|
C++: Fix FPs caused by a syntax error
|
2024-11-04 17:38:16 +00:00 |
|
Calum Grant
|
496efeed7e
|
C++: Add a test for cpp/wrong-number-format-arguments
|
2024-11-04 17:36:23 +00:00 |
|
Jeroen Ketema
|
ccc2a39abc
|
C++: Add wrong format type builtin function test
|
2024-10-25 16:16:13 +02:00 |
|
Calum Grant
|
5315a5cfbf
|
C++: Tweak test
|
2024-10-16 15:47:34 +01:00 |
|
Calum Grant
|
853128c9c3
|
C++: Clean up false-positives
C++: Change note
|
2024-10-16 09:46:26 +01:00 |
|
Calum Grant
|
fe85e007b3
|
C++: Add test for cpp/wrong-type-format-argument
|
2024-10-15 16:09:35 +01:00 |
|
Calum Grant
|
0ad2e193e5
|
C++: Update test case
|
2024-09-26 09:31:18 +01:00 |
|
Calum Grant
|
31684d2548
|
C++: Remove FPs in cpp/wrong-number-format-arguments due to BMN
|
2024-09-26 09:27:59 +01:00 |
|
Calum Grant
|
6a0212ea44
|
C++: Add regression test
|
2024-09-26 09:27:51 +01:00 |
|
Geoffrey White
|
0344381120
|
Merge remote-tracking branch 'upstream/main' into docsforautofix
|
2024-07-10 11:17:52 +01:00 |
|
Mathias Vorreiter Pedersen
|
d5d04f2f4c
|
C++: Add a 'cpp/unsafe-strncat' FP.
|
2024-07-08 15:13:00 +01:00 |
|
Geoffrey White
|
0288499801
|
C++: Rephrase the alert message for cpp/wrong-type-format-argument to be less prescriptive.
|
2024-07-08 14:31:59 +01:00 |
|
Jeroen Ketema
|
c8fec336ce
|
C++: Fix typo in cpp/network-to-host-function-as-array-bound
|
2024-05-21 10:29:17 +02:00 |
|
Jeroen Ketema
|
1a60c01723
|
C++: Add memcmp test for cpp/network-to-host-function-as-array-bound
|
2024-05-21 10:27:38 +02:00 |
|
Geoffrey White
|
f4e4e238ba
|
C++: Add test cases for IncorrectNotOperatorUsage.ql.
|
2024-05-02 17:17:55 +01:00 |
|
Mathias Vorreiter Pedersen
|
58832a546a
|
C++: Accept test changes.
|
2024-04-18 12:33:27 +01:00 |
|
Mathias Vorreiter Pedersen
|
fb9fc14f3d
|
C++: Accept test changes in paths.
|
2024-04-16 11:09:22 +01:00 |
|
Mathias Vorreiter Pedersen
|
f3a5ce5efc
|
C++: Accept more test changes.
|
2024-04-13 11:03:15 +01:00 |
|
Anders Schack-Mulligen
|
c355737d30
|
C++: Update expected output.
|
2024-04-12 09:20:16 +02:00 |
|
Mathias Vorreiter Pedersen
|
0ef8c7d87f
|
C++: Accept test changes.
|
2024-03-20 18:05:14 +00:00 |
|
Mathias Vorreiter Pedersen
|
d1c253b519
|
C++: Accept test changes.
|
2024-03-13 22:41:32 +00:00 |
|
Mathias Vorreiter Pedersen
|
ab6e2f9364
|
C++: Accept test regression.
|
2024-03-12 15:04:49 +00:00 |
|
Mathias Vorreiter Pedersen
|
f97b6e2848
|
C++: Stop conflating pointers and indirections in the query.
|
2024-03-11 18:48:19 +00:00 |
|
Mathias Vorreiter Pedersen
|
a548316747
|
C++: Accept test changes.
|
2024-03-07 13:55:31 -08:00 |
|
Mathias Vorreiter Pedersen
|
2eb8d13439
|
C++: Accept test changes.
|
2024-03-01 09:25:25 +00:00 |
|
Ben Rodes
|
47f94e2ebe
|
Merge branch 'main' into cpp-non-constant-format-as-path-query
|
2024-02-22 06:24:18 -08:00 |
|
Mathias Vorreiter Pedersen
|
b927968e88
|
Merge pull request #15516 from microsoft/51-2cppnon-constant-format-alter-not-const-source
C++: Change sources in `NonConstantFormat.ql`
|
2024-02-17 00:01:58 +01:00 |
|
Benjamin Rodes
|
d6b0746b30
|
The non-constant format query is now a path query. Minor changes to the output alert to be more precise on what is being alerted. Minor changes to the query itself to avoid redundancies with argv.
|
2024-02-15 12:14:52 -05:00 |
|
Benjamin Rodes
|
9e50fc6893
|
Updating tests to account for removing const char* heuristic.
|
2024-02-15 09:54:03 -05:00 |
|