[Webkit-unassigned] [Bug 47309] New: Fix FileSystem path validation order to normalize '..' and '.' before restriction checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 15:33:23 PDT 2010


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

           Summary: Fix FileSystem path validation order to normalize '..'
                    and '.' before restriction checks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org
                CC: levin at chromium.org, ericu at chromium.org


Fix FileSystem path validation order to normalize '..' and '.' before restriction checks.

Currently we're rejecting any paths that contain '.' or '..' as invalid paths (since they end with '.', which is restricted in the spec).
Normalize the path first and then do the name validation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list