[Webkit-unassigned] [Bug 143058] New: Content extensions should fail if there is an invalid extension

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 25 14:21:09 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143058

            Bug ID: 143058
           Summary: Content extensions should fail if there is an invalid
                    extension
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: achristensen at apple.com

Loading a content extension can fail in many places:
1) Parsing JSON
2) Parsing the structure of the JSON object (like if there are invalid actions or triggers)
3) Compiling the content extension (like if there is a .* anywhere but the beginning).

Ignoring a rule that has an invalid trigger or action seems ok, but everything else should be a complete failure so developers notice.

-- 
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/20150325/1b95590c/attachment-0002.html>


More information about the webkit-unassigned mailing list