Geoffrey White
|
16ec29e3df
|
Swift: Test taint throguh some NSObject methods.
|
2023-02-15 11:03:45 +00:00 |
|
Geoffrey White
|
85a0fd9b30
|
Swift: Test taint through NSString.
|
2023-02-15 11:03:06 +00:00 |
|
Geoffrey White
|
124e4ddd4f
|
Merge pull request #12150 from geoffw0/cfg2
Swift: control flow for #available
|
2023-02-13 09:17:06 +00:00 |
|
Geoffrey White
|
ad85b37585
|
Swift: Tidy up indenting.
|
2023-02-10 18:06:56 +00:00 |
|
Geoffrey White
|
d0efbbf5b8
|
Swift: More path injection models.
|
2023-02-10 18:02:50 +00:00 |
|
Geoffrey White
|
82f09b8511
|
Swift: More path injection test cases.
|
2023-02-10 17:55:06 +00:00 |
|
Geoffrey White
|
8624098318
|
Swift: sync identical files.
|
2023-02-10 15:24:57 +00:00 |
|
Geoffrey White
|
15b8aa1979
|
Swift: Effect on other tests :)
|
2023-02-10 14:16:48 +00:00 |
|
Geoffrey White
|
6cb9198ee2
|
Swift: Control flow through #available.
|
2023-02-10 13:32:33 +00:00 |
|
Geoffrey White
|
38f4f65fc0
|
Swift: Add CFG test cases for #available.
|
2023-02-10 09:29:08 +00:00 |
|
Geoffrey White
|
224bc9381a
|
Swift: Fix ConditionElement.toString().
|
2023-02-09 21:15:36 +00:00 |
|
Geoffrey White
|
0f6b05dedf
|
Merge pull request #12126 from geoffw0/append
Swift: Move some models into collections
|
2023-02-09 09:33:08 +00:00 |
|
Geoffrey White
|
f9f08fff83
|
Swift: Use RangeReplaceableCollection in the test.
|
2023-02-07 16:03:51 +00:00 |
|
Alex Denisov
|
712c25e6f4
|
Swift: extract availability info
|
2023-02-07 14:26:39 +01:00 |
|
Geoffrey White
|
996536b08e
|
Swift: Remove a no-longer-needed special case from swift/unsafe-js-eval.
|
2023-02-06 17:35:21 +00:00 |
|
Geoffrey White
|
364c173fc3
|
Swift: Accept additional taint flow in UnsafeJsEval test.
|
2023-02-03 19:21:10 +00:00 |
|
Geoffrey White
|
ec72c7504c
|
Swift: Add a partial model of Collection.
|
2023-02-03 18:42:42 +00:00 |
|
Geoffrey White
|
e357b44943
|
Swift: Add a partial model of Sequence.
|
2023-02-03 18:42:42 +00:00 |
|
Geoffrey White
|
e230951a14
|
Swift: Model StringProtocol methods.
|
2023-02-03 18:42:41 +00:00 |
|
Geoffrey White
|
38eeb9c747
|
Swift: Model String methods.
|
2023-02-03 12:26:55 +00:00 |
|
Geoffrey White
|
1077dcd2e3
|
Swift: Model String initializers.
|
2023-02-03 11:36:35 +00:00 |
|
Geoffrey White
|
142ca0c9fb
|
Swift: Model StringProtocol initializers.
|
2023-02-03 10:53:44 +00:00 |
|
Geoffrey White
|
d888510688
|
Swift: Fix incorrect taint to String fields.
|
2023-02-03 10:21:52 +00:00 |
|
Geoffrey White
|
d25de8c764
|
Swift: Taint fields of StringProtocol.
|
2023-02-03 10:16:33 +00:00 |
|
Geoffrey White
|
21abe54d8d
|
Swift: Greatly extend tests of taint through strings.
|
2023-02-03 10:11:12 +00:00 |
|
Nora Dimitrijević
|
50e5b29eb7
|
Swift: all Callables can have captures [codegen'd]
|
2023-02-02 11:56:51 +01:00 |
|
Nora Dimitrijević
|
ce2e7f1d12
|
Swift: all Callables can have captures [hand-written]
|
2023-02-02 11:35:50 +01:00 |
|
Nora Dimitrijević
|
d230431006
|
Swift: extract closure captures (codegen'd part)
|
2023-02-02 11:35:49 +01:00 |
|
Nora Dimitrijević
|
87f7bc3a63
|
Swift: introduce closure capture AST test
|
2023-02-02 11:30:33 +01:00 |
|
Tony Torralba
|
644bc56568
|
Add new source and flow step related to WkWebView
|
2023-02-01 17:44:06 +01:00 |
|
Tony Torralba
|
43b234eeb5
|
Switch to MaD models for UISceneDelegate methods
|
2023-02-01 15:15:51 +01:00 |
|
Tony Torralba
|
f7cc5f9627
|
Add more sources for custom URL schemes
Also add the appropriate steps so that these sources are useful
|
2023-02-01 15:07:37 +01:00 |
|
Geoffrey White
|
96ee0f68b0
|
Merge pull request #11935 from geoffw0/protocol-extension
Swift: Flow sources through protocol extensions
|
2023-02-01 13:47:09 +00:00 |
|
Geoffrey White
|
7f58a2222a
|
Merge branch 'main' into protocol-extension
|
2023-01-31 16:06:55 +00:00 |
|
Tony Torralba
|
e9a46c926d
|
Add taint for URLRequest fields
|
2023-01-31 11:15:45 +01:00 |
|
Nora Dimitrijević
|
9346f4d760
|
Swift: fix failing tests
|
2023-01-30 11:39:06 +01:00 |
|
Nora Dimitrijević
|
1396d07662
|
Swift: subsume IterableDeclContext into Decl [tests]
|
2023-01-28 00:44:49 +01:00 |
|
Nora Dimitrijević
|
9a5614e8c5
|
Swift: subsume IterableDeclContext into Decl [codegen'd]
|
2023-01-28 00:44:49 +01:00 |
|
Geoffrey White
|
794ba428a7
|
Merge pull request #11942 from geoffw0/rncrypt4
Swift: add RNCryptor sinks to swift/static-initialization-vector
|
2023-01-27 14:33:06 +00:00 |
|
Geoffrey White
|
e92a5eb467
|
Merge pull request #11911 from geoffw0/rncrypt2
Swift: Add RNCryptor sinks to swift/hardcoded-key
|
2023-01-25 15:11:16 +00:00 |
|
Geoffrey White
|
f6fe627f4b
|
Merge pull request #11914 from geoffw0/rncrypt3
Swift: Add RNCryptor sinks to swift/constant-salt
|
2023-01-25 13:05:33 +00:00 |
|
Geoffrey White
|
5ddff790b6
|
Swift: Autoformat.
|
2023-01-23 16:46:58 +00:00 |
|
Geoffrey White
|
f05be77a0b
|
Swift: Recognize more array sources.
|
2023-01-20 15:25:00 +00:00 |
|
Geoffrey White
|
7648e8f6a3
|
Swift: Recognize more sources.
|
2023-01-20 15:08:12 +00:00 |
|
Geoffrey White
|
581c478872
|
Swift: Model RNCryptor.
|
2023-01-20 14:50:23 +00:00 |
|
Geoffrey White
|
bb59d055ff
|
Swift: Add tests for RNCryptor library.
|
2023-01-20 14:50:21 +00:00 |
|
Geoffrey White
|
976b0401be
|
Merge pull request #11876 from geoffw0/coredata
Swift: Improve Core Data sinks for swift/cleartext-storage-database
|
2023-01-20 11:02:03 +00:00 |
|
Geoffrey White
|
2875d8645c
|
Swift: Cover additional edge case.
|
2023-01-19 11:34:07 +00:00 |
|
Geoffrey White
|
4c47de58c1
|
Swift: Add a few more test cases.
|
2023-01-19 11:27:44 +00:00 |
|
Geoffrey White
|
b033114f64
|
Swift: sources in extension protocols.
|
2023-01-19 10:04:04 +00:00 |
|