Skip to content

Commit a314c4d

Browse files
committed
Write a small bit more about Java/Flash performance. Needs more.
1 parent 030d1a2 commit a314c4d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

src/thesis.bib

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,18 @@ @article{RustBeltRelaxed
343343
keywords = {semantic soundness, relaxed memory models, Rust, Iris}
344344
}
345345

346+
@online{Pwn2OwnMillerInterview,
347+
title = {Pwn2Own 2010: interview with Charlie Miller},
348+
author = {Matteo Campofiorito},
349+
year = {2010},
350+
date = {2010-03-01},
351+
url = {https://web.archive.org/web/20110424022058/http://www.oneitsecurity.it/01/03/2010/interview-with-charlie-miller-pwn2own/},
352+
urldate = {2020-07-13}
353+
}
354+
355+
@online{CISASecuringWebBrowser,
356+
title = {Securing Your Web Browser},
357+
author = {United States Cybersecurity \& Infrastructure Security Agency},
358+
url = {https://us-cert.cisa.gov/publications/securing-your-web-browser},
359+
urldate = {2020-07-13}
360+
}

src/thesis.tex

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,16 @@ \section{Past experiments}
253253
high performance and security.
254254
While Java applets could offer high performance, their reliance on the JRE on
255255
the host system has both performance and security implications.
256-
% TODO
256+
Flash, on the other hand, suffers from poor performance as well as introduces
257+
a greater security risk.
258+
% TODO: Reference some performance studies
259+
In both cases, integrating with another piece of software introduces new
260+
potential vectors for attackers to exploit---the larger the attack surface
261+
creates more opportunities for software bugs to result in security
262+
vulnerabilities.
263+
% TODO: Link some vulnerabilities
264+
Security researchers\cite{Pwn2OwnMillerInterview} and the \citeauthor{CISASecuringWebBrowser}\cite{CISASecuringWebBrowser} suggest
265+
disabling such plugins in order to increase security.
257266

258267
Steve Jobs, CEO of Apple and the primary inventor of the iPhone, listed many of
259268
the above reasons for his refusal to provide support for Flash on iPhone

0 commit comments

Comments
 (0)