Tony Torralba
|
e9a46c926d
|
Add taint for URLRequest fields
|
2023-01-31 11:15:45 +01:00 |
|
Tony Torralba
|
90517e254a
|
Accept test expectation changes
|
2023-01-18 13:25:04 +01:00 |
|
Tony Torralba
|
4a89a30abd
|
Add failing test
|
2023-01-18 12:41:59 +01:00 |
|
Geoffrey White
|
c9a0067705
|
Swift: Remove flow in cases with multiple variables.
|
2023-01-13 16:37:23 +00:00 |
|
Geoffrey White
|
4e5483744f
|
Swift: Add a test case we're discussing.
|
2023-01-12 10:52:03 +00:00 |
|
Geoffrey White
|
bb50a99b36
|
Swift: Additional test cases.
|
2023-01-06 18:48:46 +00:00 |
|
Geoffrey White
|
b5dd815249
|
Swift: Flow through optional binding.
|
2023-01-06 18:34:22 +00:00 |
|
Geoffrey White
|
c598d9b882
|
Swift: Generalize an SSA case for variables declared in Patterns.
|
2023-01-06 18:34:22 +00:00 |
|
Geoffrey White
|
8a9a69fa00
|
Swift: Add more dataflow tests for of optionals, patterns, enums.
|
2023-01-06 18:34:22 +00:00 |
|
Geoffrey White
|
04f87a26a9
|
Swift: Test layout change.
|
2023-01-06 16:52:54 +00:00 |
|
Nora Dimitrijević
|
95d4c304da
|
Swift: Fix .expected tests
Only UnsafeJsEval remains.
|
2022-12-14 15:02:15 -05:00 |
|
Mathias Vorreiter Pedersen
|
05d89b29e2
|
Merge branch 'main' into skip-lvalue-types
|
2022-12-07 17:50:23 +00:00 |
|
Mathias Vorreiter Pedersen
|
a07c9ffbc5
|
Swift: Accept test changes.
|
2022-12-05 14:19:00 +00:00 |
|
Geoffrey White
|
64fb98e46f
|
Swift: Rewrite bits to try and get rid of red highlighting.
|
2022-12-05 13:41:21 +00:00 |
|
Geoffrey White
|
17244734d0
|
Swift: Results repaired by merge.
|
2022-12-05 13:36:14 +00:00 |
|
Geoffrey White
|
07c790a430
|
Merge branch 'main' into alamofire3
|
2022-12-05 13:29:26 +00:00 |
|
Geoffrey White
|
59e9d0828b
|
Merge branch 'main' into generics
|
2022-12-05 10:30:10 +00:00 |
|
Geoffrey White
|
8acc09b551
|
Swift: Make ql-for-ql happy.
|
2022-12-01 09:07:17 +00:00 |
|
Geoffrey White
|
1ea44374a4
|
Swift: Autoformat.
|
2022-12-01 08:47:30 +00:00 |
|
Geoffrey White
|
0a0cfc34e7
|
Swift: Do the same for methods.
|
2022-12-01 08:47:29 +00:00 |
|
Geoffrey White
|
5a4d188255
|
Swift: Fix for extensions.
|
2022-12-01 08:47:29 +00:00 |
|
Geoffrey White
|
d71eeb4c95
|
Swift: First fix for MaD on generics.
|
2022-12-01 08:47:29 +00:00 |
|
Geoffrey White
|
b1b3487028
|
Swift: Add a test for MaD data sources in generics.
|
2022-12-01 08:47:28 +00:00 |
|
Tony Torralba
|
d958a62bf2
|
Fix expectations in data.swift
|
2022-11-30 16:19:55 +01:00 |
|
Karim Ali
|
9048d5d79b
|
fix expected output for LocalTaint
|
2022-11-29 15:38:44 +02:00 |
|
Karim Ali
|
9d17fae00c
|
fix expected output for TaintInline
|
2022-11-29 15:24:12 +02:00 |
|
Karim Ali
|
c0085cbb1a
|
fix expected output for Taint.ql
|
2022-11-29 15:18:39 +02:00 |
|
Karim Ali
|
f0d9dabca2
|
updated expected output for LocalTaint and Tain
|
2022-11-29 12:13:10 +02:00 |
|
Karim Ali
|
9b3c4e8db2
|
add test case for unicodeScalars
|
2022-11-29 12:12:10 +02:00 |
|
Karim Ali
|
7541b01a86
|
add test case for utf8CString
|
2022-11-29 12:12:10 +02:00 |
|
Karim Ali
|
58a87396ba
|
add taint steps for fields of String
if a String is tainted, then all its fields (including those declared in extensions) should be tainted as well
|
2022-11-29 12:12:10 +02:00 |
|
Tony Torralba
|
0e59257442
|
Fix local taint steps
Local taint should include local flow and simple summaries through library code
|
2022-11-29 10:36:56 +01:00 |
|
Geoffrey White
|
cf7cd2b470
|
Swift: Convert to MaD.
|
2022-11-28 19:02:56 +00:00 |
|
Geoffrey White
|
30468dd419
|
Swift: Implement field content as well.
|
2022-11-28 12:27:33 +00:00 |
|
Geoffrey White
|
ffbd201450
|
Swift: Implement basic model of WKUserScript.
|
2022-11-28 12:20:29 +00:00 |
|
Geoffrey White
|
3971cbf294
|
Swift: Extend the taint test with WKUserScript.
|
2022-11-28 12:11:38 +00:00 |
|
Geoffrey White
|
208a728d39
|
Swift: Fixes.
|
2022-11-25 00:28:53 +00:00 |
|
Geoffrey White
|
37cdef7ab1
|
Swift: add basic Alamofire taint source model.
|
2022-11-25 00:14:23 +00:00 |
|
Geoffrey White
|
afb5dc7da3
|
Swift: Add test for Alamofire sources.
|
2022-11-25 00:08:51 +00:00 |
|
Tony Torralba
|
1d57663343
|
Merge pull request #11345 from atorralba/atorralba/swift/data-models
Swift: Add taint models for the Data class
|
2022-11-24 14:23:41 +01:00 |
|
Geoffrey White
|
32442a33de
|
Merge pull request #11270 from geoffw0/optionals2
Swift: Dataflow through ?? and ? :
|
2022-11-24 13:20:54 +00:00 |
|
Tony Torralba
|
e4e5291511
|
Fix more test expectations after rebase
|
2022-11-24 13:03:12 +01:00 |
|
Tony Torralba
|
e67b72d954
|
Update test expectations
|
2022-11-24 12:35:51 +01:00 |
|
Tony Torralba
|
25354d2dd8
|
Apply code review suggestions
|
2022-11-24 12:35:51 +01:00 |
|
Tony Torralba
|
6a8b9fde78
|
Add data flowsources test
|
2022-11-24 12:35:51 +01:00 |
|
Tony Torralba
|
d6b14a1395
|
Update test expectations
|
2022-11-24 12:35:50 +01:00 |
|
Tony Torralba
|
2284127650
|
Add MaD rows for the Data class
|
2022-11-24 12:35:50 +01:00 |
|
Tony Torralba
|
4f8ef13cd8
|
Fix expectation in NSData tests
|
2022-11-24 12:13:46 +01:00 |
|
Tony Torralba
|
2ac06b8db9
|
Turns out lambda flow is already supported
|
2022-11-24 10:52:27 +01:00 |
|
Tony Torralba
|
2e1a78e1bf
|
Add models for NSData and NSMutableData
|
2022-11-22 15:48:58 +01:00 |
|