[Webkit-unassigned] [Bug 186788] New: Provide a way for Injected Bundles to indicate classes approved for secure encoding/decoding
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 18 14:06:14 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186788
Bug ID: 186788
Summary: Provide a way for Injected Bundles to indicate classes
approved for secure encoding/decoding
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
We want to use NSSecureCoding for data passed over IPC. However, WebKit clients using the Injected Bundle mechanism sometimes want to serialize parameter values that are unique to the WebKit client. WebKit doesn't know anything about these classes, and so cannot enable them for NSSecureCoding.
This patch adds a new WKBundle method, WKBundleExtendClassesForParameterCoder, WKBundleExtendClassesForParameterCoder, which is used to define additional classes that the coder/decoder should permit.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180618/b8f1f14f/attachment.html>
More information about the webkit-unassigned
mailing list