[Webkit-unassigned] [Bug 284587] New: Null-check baseURL parameter when it is provided with an input URLPatternInit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 12 16:19:48 PST 2024


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

            Bug ID: 284587
           Summary: Null-check baseURL parameter when it is provided with
                    an input URLPatternInit
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jlee53 at apple.com

Currently, implementation is checking to see if the input URLPatternInit's baseURL field has a value. This is incorrect. The spec actually states that we should be checking the baseURLString parameter of the match() function.

-- 
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/20241213/492d03ef/attachment-0001.htm>


More information about the webkit-unassigned mailing list