2017
DOI: 10.4230/lipics.snapl.2017.5
|View full text |Cite
|
Sign up to set email alerts
|

Fission: Secure Dynamic Code-Splitting for JavaScript

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2020
2020
2020
2020

Publication Types

Select...
1

Relationship

0
1

Authors

Journals

citations
Cited by 1 publication
(3 citation statements)
references
References 0 publications
0
3
0
Order By: Relevance
“…Jif/split [151] Splits a program into tiers based on the flow of private data, making sure that private data do not flow to another tier. Fission [56] Dynamically splits a program execution into client-side and server-side execution based on the flow of private data, making sure that private data does not flow to untrusted clients. SIF [33] Checks the flow of private data in a web application, making sure that private data does not flow to untrusted clients.…”
Section: An Overview Of Multitier Languagesmentioning
confidence: 99%
See 2 more Smart Citations
“…Jif/split [151] Splits a program into tiers based on the flow of private data, making sure that private data do not flow to another tier. Fission [56] Dynamically splits a program execution into client-side and server-side execution based on the flow of private data, making sure that private data does not flow to untrusted clients. SIF [33] Checks the flow of private data in a web application, making sure that private data does not flow to untrusted clients.…”
Section: An Overview Of Multitier Languagesmentioning
confidence: 99%
“…Transparent distribution approaches enable using a single language for different tiers and support compilation to tier-specific code, but do not provide specific abstractions for MT programming. Splitting a program into different tiers based on security concerns (Jif/split [151], Fission [56]) adopts information flow control techniques to ensure that private data does not leak to untrusted tiers. Distributed Orc [130] automatically optimizes the distribution of values at runtime to minimize communication cost.…”
Section: Compilers For Multitiermentioning
confidence: 99%
See 1 more Smart Citation