Mathias Vorreiter Pedersen
|
95742aec69
|
C++: Accept test changes for the other experimental query in the directory. This is only a change in line numbers.
|
2021-04-16 21:29:17 +02:00 |
|
Mathias Vorreiter Pedersen
|
64f8316a6d
|
C++: Tidy up the ql file and accept test changes.
|
2021-04-16 21:22:13 +02:00 |
|
Mathias Vorreiter Pedersen
|
1e327289b2
|
C++: Add false negative test.
|
2021-04-16 18:38:51 +02:00 |
|
Mathias Vorreiter Pedersen
|
50abb6e3a1
|
C++: Cleanup test.c
|
2021-04-16 17:32:44 +02:00 |
|
Mathias Vorreiter Pedersen
|
92508beb82
|
Merge pull request #5600 from ihsinme/ihsinme-patch-258
CPP: Add query for CWE-691 Insufficient Control Flow Management When Using Bit Operations
|
2021-04-14 14:55:30 +02:00 |
|
Robert Marsh
|
419d25cbcf
|
Merge pull request #5325 from ihsinme/ihsinme-patch-245
CPP: Add query for CWE-783 Operator Precedence Logic Error When Use Bool Type
|
2021-04-13 13:24:39 -07:00 |
|
ihsinme
|
feb3a8deb1
|
Update InsufficientControlFlowManagementAfterRefactoringTheCode.expected
|
2021-04-12 08:23:41 +03:00 |
|
ihsinme
|
6924c6c51c
|
Update test.c
|
2021-04-12 08:23:06 +03:00 |
|
ihsinme
|
9b3ccade43
|
Update test.c
|
2021-04-08 22:06:35 +03:00 |
|
ihsinme
|
3d117243e4
|
Update test.c
|
2021-04-08 22:05:31 +03:00 |
|
ihsinme
|
02eb447a35
|
Update InsufficientControlFlowManagementWhenUsingBitOperations.expected
|
2021-04-08 22:04:08 +03:00 |
|
ihsinme
|
cbf158ea6b
|
Add files via upload
|
2021-04-07 13:12:30 +03:00 |
|
ihsinme
|
ed2a8db8c9
|
Add files via upload
|
2021-04-07 13:10:01 +03:00 |
|
ihsinme
|
093c63ea3b
|
Update OperatorPrecedenceLogicErrorWhenUseBoolType.expected
|
2021-03-28 23:42:36 +03:00 |
|
Geoffrey White
|
c6e7b8d4fd
|
C++: Repair test.
|
2021-03-26 19:12:09 +00:00 |
|
Geoffrey White
|
4100d68a71
|
C++: Test failures.
|
2021-03-26 18:21:05 +00:00 |
|
ihsinme
|
07769c7322
|
Update LateCheckOfFunctionArgument.expected
|
2021-03-09 18:21:08 +03:00 |
|
ihsinme
|
cadb1d6554
|
Add files via upload
|
2021-03-04 16:21:34 +03:00 |
|
ihsinme
|
10cc574289
|
Add files via upload
|
2021-03-04 16:15:26 +03:00 |
|
Mathias Vorreiter Pedersen
|
ef8b734863
|
C++: Move tests out of experimental and merge with old existing tests from the other memset PRs.
|
2021-02-24 18:02:16 +01:00 |
|
Geoffrey White
|
69c7c83bc2
|
Merge pull request #5094 from MathiasVP/promote-UnsignedDifferenceExpressionComparedZero
Promote cpp/unsigned-difference-expression-compared-zero out of experimental
|
2021-02-04 16:54:45 +00:00 |
|
Geoffrey White
|
7c54512859
|
Merge pull request #5010 from ihsinme/ihsinme-patch-220
CPP: Add query for CWE-570 detect and handle memory allocation errors.
|
2021-02-04 15:17:28 +00:00 |
|
Mathias Vorreiter Pedersen
|
fd596ebbbb
|
C++: Move cpp/unsigned-difference-expression-compared-zero out of experimental.
|
2021-02-04 16:10:34 +01:00 |
|
Mathias Vorreiter Pedersen
|
c1c9f963b9
|
C++: Fix qhelp in cpp/unsigned-difference-expression-compared-zero.
|
2021-02-04 16:10:30 +01:00 |
|
Mathias Vorreiter Pedersen
|
d3d56fb0af
|
Merge pull request #5011 from ihsinme/ihsinme-patch-221
CPP: add query for CWE-788 Access of memory location after the end of a buffer using strlen.
|
2021-02-04 14:25:27 +01:00 |
|
Mathias Vorreiter Pedersen
|
691a316460
|
C++: Add tests to cpp/unsigned-difference-expression-compared-zero and remove a couple of classes of FPs.
|
2021-02-03 11:10:57 +01:00 |
|
Mathias Vorreiter Pedersen
|
92a5a2a06a
|
C++: Solve merge conflicts by merging the two test.c test files.
|
2021-01-29 13:34:19 +01:00 |
|
Mathias Vorreiter Pedersen
|
d5f1c19152
|
Merge branch 'main' into ihsinme-patch-221
|
2021-01-29 13:05:07 +01:00 |
|
ihsinme
|
8ed28157e1
|
Rename cpp/ql/test/experimental/query-tests/Security/CWE/CWE-788/semmle/tests/AccessOfMemoryLocationAfterEndOfBufferUsingStrlen.expected to cpp/ql/test/experimental/query-tests/Security/CWE/CWE-788/semmle/tests/AccessOfMemoryLocationAfterEndOfBufferUsingStrlen/AccessOfMemoryLocationAfterEndOfBufferUsingStrlen.expected
|
2021-01-28 15:28:52 +03:00 |
|
ihsinme
|
f65ec97ac2
|
Rename cpp/ql/test/experimental/query-tests/Security/CWE/CWE-788/semmle/tests/test.c to cpp/ql/test/experimental/query-tests/Security/CWE/CWE-788/semmle/tests/AccessOfMemoryLocationAfterEndOfBufferUsingStrlen/test.c
|
2021-01-28 15:28:34 +03:00 |
|
ihsinme
|
8880b38b1f
|
Rename cpp/ql/test/experimental/query-tests/Security/CWE/CWE-788/semmle/tests/AccessOfMemoryLocationAfterEndOfBufferUsingStrlen.qlref to cpp/ql/test/experimental/query-tests/Security/CWE/CWE-788/semmle/tests/AccessOfMemoryLocationAfterEndOfBufferUsingStrlen/AccessOfMemoryLocationAfterEndOfBufferUsingStrlen.qlref
|
2021-01-28 15:28:15 +03:00 |
|
Mathias Vorreiter Pedersen
|
2c70106d2d
|
Merge pull request #5009 from ihsinme/ihsinme-patch-219
CPP: add query for CWE-788 Access of memory location after the end of a buffer using strncat.
|
2021-01-28 11:10:30 +01:00 |
|
ihsinme
|
bec0064396
|
Update test.cpp
|
2021-01-27 14:54:47 +03:00 |
|
ihsinme
|
19b7d46099
|
Update test.c
|
2021-01-27 14:06:53 +03:00 |
|
ihsinme
|
aebf7bdff4
|
Update test.c
|
2021-01-27 13:12:48 +03:00 |
|
ihsinme
|
885d26805f
|
Update AccessOfMemoryLocationAfterEndOfBufferUsingStrlen.expected
|
2021-01-27 12:47:51 +03:00 |
|
ihsinme
|
9a85b761a1
|
Update test.c
|
2021-01-27 12:46:10 +03:00 |
|
Mathias Vorreiter Pedersen
|
04a3c3d29c
|
Merge pull request #4953 from ihsinme/ihsinme-patch-207
CPP: Add query for CWE-14 compiler removal of code to clear buffers.
|
2021-01-26 18:13:18 +01:00 |
|
Mathias Vorreiter Pedersen
|
416aa49d99
|
C++: Capitalize alert message.
|
2021-01-26 17:24:03 +01:00 |
|
ihsinme
|
b899229298
|
Add files via upload
|
2021-01-25 00:33:54 +03:00 |
|
ihsinme
|
20e19ec467
|
Add files via upload
|
2021-01-25 00:09:55 +03:00 |
|
ihsinme
|
fcd532522d
|
Add files via upload
|
2021-01-24 22:36:42 +03:00 |
|
Mathias Vorreiter Pedersen
|
682b246441
|
C++: Fix path-problem format.
|
2021-01-22 13:40:44 +01:00 |
|
Geoffrey White
|
d5d8b48218
|
C++: More accurate solution using Guards library.
|
2021-01-20 17:15:42 +00:00 |
|
Geoffrey White
|
439fe41b0a
|
C++: Add a couple more test cases.
|
2021-01-20 15:33:32 +00:00 |
|
Geoffrey White
|
d2dd19a293
|
C++: It turns out __assert_fail is special (see DefaultOptions.qll) so we don't need a body here. And the body was wrong.
|
2021-01-19 16:56:19 +00:00 |
|
Geoffrey White
|
fe4ae7e975
|
C++: General solution for functions that may exit.
|
2021-01-19 16:56:19 +00:00 |
|
Geoffrey White
|
8fa3ffe125
|
C++: Add a few more test cases that we don't recognize as OK.
|
2021-01-19 16:56:19 +00:00 |
|
ihsinme
|
3ad45f28c9
|
Add files via upload
|
2021-01-13 14:18:54 +03:00 |
|
Geoffrey White
|
69664535b0
|
Merge pull request #4881 from ihsinme/main
CPP: Add query for CWE-401 memory leak on unsuccessful call to realloc function
|
2021-01-13 10:58:09 +00:00 |
|