File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -343,3 +343,18 @@ @article{RustBeltRelaxed
343
343
keywords = { semantic soundness, relaxed memory models, Rust, Iris}
344
344
}
345
345
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
+ }
Original file line number Diff line number Diff line change @@ -253,7 +253,16 @@ \section{Past experiments}
253
253
high performance and security.
254
254
While Java applets could offer high performance, their reliance on the JRE on
255
255
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.
257
266
258
267
Steve Jobs, CEO of Apple and the primary inventor of the iPhone, listed many of
259
268
the above reasons for his refusal to provide support for Flash on iPhone
You can’t perform that action at this time.
0 commit comments