Dave Bartolomeo
|
129e250569
|
Update test expectations
|
2020-10-17 17:01:24 -04:00 |
|
Dave Bartolomeo
|
40cd96eb1d
|
Merge from main
|
2020-10-17 15:14:26 -04:00 |
|
Dave Bartolomeo
|
e4fdf699ad
|
Accept improved test results
|
2020-10-17 14:33:10 -04:00 |
|
Dave Bartolomeo
|
1b53c4684d
|
Fix test expectations due to pair/make_pair fixes
|
2020-10-17 09:46:18 -04:00 |
|
Dave Bartolomeo
|
7da4eef90d
|
Fix subtle typing issue with std::makr_pair
|
2020-10-17 08:53:20 -04:00 |
|
Dave Bartolomeo
|
675256acab
|
Accept test diffs from set.cpp (50 new good results!)
|
2020-10-16 17:14:41 -04:00 |
|
Dave Bartolomeo
|
af799a79da
|
Accept good test diffs
|
2020-10-16 17:07:46 -04: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 |
|
Mathias Vorreiter Pedersen
|
ca534ccb03
|
C++: Update inline expectation comments
|
2020-10-16 09:05:01 +02:00 |
|
Tom Hvitved
|
570b624eb7
|
C++: Update expected test output
|
2020-10-16 09:05:01 +02:00 |
|
Dave Bartolomeo
|
3767a52e9a
|
Fix ODR violations in test code
|
2020-10-15 17:54:48 -04:00 |
|
Dave Bartolomeo
|
ceea5b3ec6
|
Fix test code that returns reference to local
|
2020-10-15 13:37:20 -04:00 |
|
Robert Marsh
|
b49aa677d0
|
Merge pull request #4459 from geoffw0/setex
C++: Additional taint flows through std::set
|
2020-10-13 15:17:54 -04:00 |
|
Dave Bartolomeo
|
fba4313457
|
Merge remote-tracking branch 'upstream/main' into work
|
2020-10-13 13:07:28 -04:00 |
|
Dave Bartolomeo
|
93f5ae4763
|
Clean up test formatting and accept new lines in results
|
2020-10-13 12:57:52 -04:00 |
|
Dave Bartolomeo
|
dfe69d8ada
|
Update taint test to propagate through string constructor
|
2020-10-13 12:06:34 -04:00 |
|
Robert Marsh
|
3b7cf7fd27
|
Merge pull request #4439 from geoffw0/mapex
C++: Additional taint flows through std::map
|
2020-10-12 14:17:17 -04:00 |
|
Geoffrey White
|
4363f08b45
|
C++: Model std::set::emplace and emplace_hint.
|
2020-10-12 11:01:09 +01:00 |
|
Geoffrey White
|
5d87117dc7
|
C++: Model std::set::lower_bound, upper_bound, equal_range.
|
2020-10-12 10:10:40 +01:00 |
|
Geoffrey White
|
fc19bba0bd
|
C++: Model std::set::merge and correct test annotations.
|
2020-10-12 10:01:57 +01: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 |
|
Anders Schack-Mulligen
|
091e3a2931
|
Dataflow: Adjust test output.
|
2020-10-09 16:25:14 +02:00 |
|
Geoffrey White
|
61a78e28ac
|
C++: Fix map::merge.
|
2020-10-09 14:46:23 +01:00 |
|
Geoffrey White
|
1f1be3bf9a
|
C++: Block try_emplace arg 0.
|
2020-10-09 10:04:22 +01:00 |
|
Geoffrey White
|
8786fe1ab8
|
C++: Add test missing test case involving tainted key.
|
2020-10-09 10:00:22 +01:00 |
|
Geoffrey White
|
c555cfa22a
|
C++: Replace isParameterDeref(_).
|
2020-10-08 16:55:45 +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 |
|
Jonas Jensen
|
984194d308
|
Merge pull request #4406 from geoffw0/set
C++: Models for std::set and std::unordered_set
|
2020-10-06 15:43:12 +02:00 |
|
Jonas Jensen
|
6b2ae5d1ad
|
Merge pull request #4393 from MathiasVP/no-more-flow-into-read-side-effect
C++: No more flow into ReadSideEffect instructions
|
2020-10-05 19:46:32 +02:00 |
|
Geoffrey White
|
4db964fca9
|
Merge branch 'main' into set
|
2020-10-05 15:16:42 +01:00 |
|
Geoffrey White
|
855d2b50d7
|
C++: Correct test comments.
|
2020-10-05 13:00:51 +01:00 |
|
Geoffrey White
|
c757813d65
|
Merge branch 'main' into map
|
2020-10-05 12:32:49 +01:00 |
|
Mathias Vorreiter Pedersen
|
6c87b08c69
|
C++: Respond to review comments:
- ArgumentNode is now abstract
- PrimaryArgumentNode is now an OperandNode.
- ArgumentIndirectionNode is now merged into SideEffectArgumentNode.
|
2020-10-05 12:54:11 +02:00 |
|
Mathias Vorreiter Pedersen
|
4c14f5dbb7
|
Merge branch 'main' into no-more-flow-into-read-side-effect
|
2020-10-05 11:03:42 +02:00 |
|
Geoffrey White
|
8d5febf9c4
|
C++: Add a couple more test cases that have been discussed.
|
2020-10-02 18:03:07 +01:00 |
|
Geoffrey White
|
cc170bd513
|
C++: Test layout.
|
2020-10-02 18:03:07 +01:00 |
|
Geoffrey White
|
0d6bd6facb
|
Merge branch 'main' into map
|
2020-10-02 16:24:03 +01:00 |
|
Geoffrey White
|
88a93964a7
|
Merge branch 'main' into set
|
2020-10-02 16:17:48 +01:00 |
|
Geoffrey White
|
28ab092e9f
|
C++: Add 'tainted' markers to standalone_iterators.cpp test.
|
2020-10-02 15:54:26 +01:00 |
|
Mathias Vorreiter Pedersen
|
48902c07a4
|
C++: Accept test changes
|
2020-10-02 14:10:58 +02:00 |
|
Mathias Vorreiter Pedersen
|
8f4982d3f5
|
C++: Remove flow into ReadSideEffect instructions in simpleInstructionLocalFlowStep
|
2020-10-02 14:10:28 +02:00 |
|
Geoffrey White
|
4b0e9a4fb1
|
C++: Remove the model of make_pair.
|
2020-10-02 10:55:13 +01:00 |
|
Geoffrey White
|
0b6096ebfe
|
C++: Define make_pair and declare std::forward in the test.
|
2020-10-02 10:51:34 +01:00 |
|