RESOLVED FIXED 181085
[macOS, iOS] Adopt new secure coding APIs in WebKit
https://bugs.webkit.org/show_bug.cgi?id=181085
Summary [macOS, iOS] Adopt new secure coding APIs in WebKit
Brent Fulgham
Reported 2017-12-21 09:40:55 PST
Switch away from older NSKeyedArchiver/NSKeyedUnarchive methods that supported non-NSSecureCoding serialization. This patch switches the last remaining 'insecure' cases to 'secure'.
Attachments
Patch (23.63 KB, patch)
2018-01-02 17:10 PST, Brent Fulgham
thorton: review+
Brent Fulgham
Comment 1 2018-01-02 17:09:14 PST
Brent Fulgham
Comment 2 2018-01-02 17:10:22 PST
It looks like NSView/UIView do not support NSSecureCoding, so we can't completely switch WKWebView to NSSecureCoding. But we can make sure it's ready when the time comes.
Brent Fulgham
Comment 3 2018-01-02 17:10:31 PST
Brent Fulgham
Comment 4 2018-01-02 21:10:39 PST
David Quesada
Comment 5 2018-01-03 11:22:05 PST
*** Bug 181252 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.