Closed
Bug 1566220
Opened 6 years ago
Closed 6 years ago
Demonstrate wasm library sandbox for Intel x64 for use with RLBox APIs
Categories
(Core :: General, task, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: shravanrn, Assigned: shravanrn, Mentored)
References
(Blocks 1 open bug)
Details
Project "Toolkit for sandboxing third-parties libraries in Firefox" described here
https://wiki.mozilla.org/Community:SummerOfCode19
This tracks the progress of evaluating existing WASM compiler toolchains to produce "sandboxed" assembly, i.e., assembly that cannot read/write outside a given memory range and cannot execute code outside the sandbox except functions that are explicitly permitted.
Due to the "in development" state of WASM, this task may impose additional requirements on WASM compiler (which are consistent with the spec) but are unimplemented as the browser does not currently rely on these. One example is changing the list of WASM import functions during execution of the WASM code.
| Assignee | ||
Updated•6 years ago
|
Blocks: Wasm-sandboxing
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → shravanrn
Updated•6 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•6 years ago
|
Type: task → enhancement
Priority: -- → P3
| Assignee | ||
Updated•6 years ago
|
Type: enhancement → task
Updated•6 years ago
|
Component: Javascript: WebAssembly → General
| Assignee | ||
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•