RESOLVED FIXED 185489
Restrict unarchiving of bundle parameters to a set of known classes
https://bugs.webkit.org/show_bug.cgi?id=185489
Summary Restrict unarchiving of bundle parameters to a set of known classes
Brent Fulgham
Reported 2018-05-09 14:01:19 PDT
To protect WebKit from malicious software, we should restrict the classes we will unarchive when passed a bundle parameter. Currently we allow anything descending from NSObject, which is far to large a set of objects. This is follow-up work to Bug 178484.
Attachments
Patch (1.99 KB, patch)
2018-05-09 14:10 PDT, Brent Fulgham
rniwa: review+
Brent Fulgham
Comment 1 2018-05-09 14:07:13 PDT
Brent Fulgham
Comment 2 2018-05-09 14:10:03 PDT
Brent Fulgham
Comment 3 2018-05-09 14:55:30 PDT
Note You need to log in before you can comment on or make changes to this bug.