[Webkit-unassigned] [Bug 167894] New: Correct File Path Handling in SecurityOrigin and FileSystem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 11:35:28 PST 2017


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

            Bug ID: 167894
           Summary: Correct File Path Handling in SecurityOrigin and
                    FileSystem
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The fix in Bug 167696 was not correct. Rather than adding calls to URL decoding in the FileSystem class, we should be making sure that the callers of these functions are passing well-formed file paths.

This change fixes the calls sites in SecurityOrigin to avoid this problem, and removes the improperly URL decoding from FileSystem.cpp.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170206/823cfc1c/attachment.html>


More information about the webkit-unassigned mailing list