[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #10571 [Tor Launcher]: `import` called in potentially dangerous manner
#10571: `import` called in potentially dangerous manner
--------------------------+-----------------------
Reporter: cypherpunks | Owner: brade
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor Launcher | Version:
Keywords: | Actual Points:
Parent ID: | Points:
--------------------------+-----------------------
{{{
`import` called in potentially dangerous manner
Warning: The global `import` function was called using a set of dangerous
parameters. Calls of this nature are deprecated.
components/tl-process.js
11
12
13
// ctypes can be disabled at build time
try { Cu.import("resource://gre/modules/ctypes.jsm"); } catch(e) {}
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10571>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs