[Webkit-unassigned] [Bug 25706] New: Audit V8 bindings for V8Proxy::retrieveFrameForEnteredContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 14:40:01 PDT 2009


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

           Summary: Audit V8 bindings for
                    V8Proxy::retrieveFrameForEnteredContext
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
                CC: aa at chromium.org


In the V8 bindings, we use V8Proxy::retrieveFrameForEnteredContext in a bunch
of places were we should be using retrieveFrameForCurrentContext.  We should
audit all these call sites and make sure they match JavaScriptCore.  Match in
this context is:

retrieveFrameForEnteredContext <-> exec->dynamicGlobalObject
retrieveFrameForCurrentContext <-> exec->lexicalGlobalObject

Getting this right is important for security and subtle for compatibility.


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



More information about the webkit-unassigned mailing list