Mathias Vorreiter Pedersen
|
23876cb581
|
C++: Only allow taint to a FieldAddressInstruction if it's a union type.
|
2021-03-04 16:29:44 +01:00 |
|
Cornelius Riemenschneider
|
7700e87cca
|
C++: Address review.
|
2020-12-01 19:08:49 +01:00 |
|
Cornelius Riemenschneider
|
b632ca40b4
|
C++: Port dataflow/taint-tests to inline expectations test.
|
2020-11-30 17:32:54 +01:00 |
|
Dave Bartolomeo
|
0d1fbd1bdc
|
Fix annotations
|
2020-11-02 18:03:40 -05:00 |
|
Dave Bartolomeo
|
14ac9859c1
|
Remove more ODR violations from test code.
PrintAST now works on `library-tests/dataflow/taint-tests`.
|
2020-10-16 10:26:42 -04:00 |
|
Geoffrey White
|
c63f7cb409
|
C++: Taint through emplace from qualifier to return value.
|
2020-10-09 17:41:24 +01:00 |
|
Geoffrey White
|
270517d379
|
C++: Revise model of emplace and emplace_hint. Note that 2 of the 3 taint regressions we shouldn't be getting because we don't yet do taint through keys.
|
2020-10-09 17:27:18 +01:00 |
|
Geoffrey White
|
49c121d370
|
C++: More test cases covering other std::pair constructors.
|
2020-10-09 17:22:29 +01:00 |
|
Geoffrey White
|
61a78e28ac
|
C++: Fix map::merge.
|
2020-10-09 14:46:23 +01:00 |
|
Geoffrey White
|
8786fe1ab8
|
C++: Add test missing test case involving tainted key.
|
2020-10-09 10:00:22 +01:00 |
|
Geoffrey White
|
5c1a510e4a
|
C++: Model map::lower_bound, upper_bound and equal_range.
|
2020-10-08 14:22:43 +01:00 |
|
Geoffrey White
|
ef9a7c8cdb
|
C++: Model map::merge.
|
2020-10-08 14:22:43 +01:00 |
|
Geoffrey White
|
b7ab89c892
|
C++: Model map::emplace, emplace_hint and map::try_emplace.
|
2020-10-08 14:22:43 +01:00 |
|
Geoffrey White
|
6394b1b478
|
C++: Additional test cases for emplace.
|
2020-10-08 14:11:24 +01:00 |
|
Geoffrey White
|
61d5372d07
|
C++: Test spacing.
|
2020-10-08 13:43:49 +01:00 |
|
Geoffrey White
|
4c4dd0c959
|
C++: Fix a bug in the tests.
|
2020-10-08 12:57:30 +01:00 |
|
Geoffrey White
|
855d2b50d7
|
C++: Correct test comments.
|
2020-10-05 13:00:51 +01:00 |
|
Geoffrey White
|
ad9f306352
|
C++: Model taint flow only when the second component of a pair would be tainted.
|
2020-10-01 17:38:09 +01:00 |
|
Geoffrey White
|
ec3c1568d2
|
C++: Model erase.
|
2020-09-24 18:38:29 +01:00 |
|
Geoffrey White
|
8b91d5077d
|
C++: Model find.
|
2020-09-24 18:38:29 +01:00 |
|
Geoffrey White
|
d550741c0c
|
C++: Model insert_or_assign.
|
2020-09-24 18:38:28 +01:00 |
|
Geoffrey White
|
c51294e423
|
C++: Model operator[] and at.
|
2020-09-24 18:38:28 +01:00 |
|
Geoffrey White
|
13b15d9bcd
|
C++: Model swap.
|
2020-09-24 18:38:27 +01:00 |
|
Geoffrey White
|
6119bf3430
|
C++: Model begin and end.
|
2020-09-24 18:38:27 +01:00 |
|
Geoffrey White
|
25e0c680c6
|
C++: Model insert.
|
2020-09-24 18:38:27 +01:00 |
|
Geoffrey White
|
0dca7f81bc
|
C++: Model std::swap.
|
2020-09-24 15:49:33 +01:00 |
|
Geoffrey White
|
49f9a76c54
|
C++: Add tests for std::map and std::unordered_map.
|
2020-09-24 15:19:39 +01:00 |
|
Geoffrey White
|
71a605b7d9
|
C++: Add tests for std::pair.
|
2020-09-23 18:43:28 +01:00 |
|