[Webkit-unassigned] [Bug 155186] New: CSP: Avoid decoding Base64url hash using Base64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 13:17:21 PST 2016


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

            Bug ID: 155186
           Summary: CSP: Avoid decoding Base64url hash using Base64
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: bfulgham at webkit.org

We should consider normalizing a Base64url hash to a Base64 hash so that we decode the hash once using WTF::base64Decode() instead of attempting to decode a Base64url hash twice: once using WTF::base64Decode() and once using using WTF::base64URLDecode().

-- 
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/20160308/98da81e3/attachment.html>


More information about the webkit-unassigned mailing list