From 71e86f883aec5895d8b9cd85d0f18e739ee14968 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 13 Mar 2018 00:18:54 +0100 Subject: feat(slides): Highlight importance of reproducibility --- presentation.tex | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'presentation.tex') diff --git a/presentation.tex b/presentation.tex index 79f005d58928..48a1883c0e04 100644 --- a/presentation.tex +++ b/presentation.tex @@ -27,7 +27,7 @@ %% Slide 3: \begin{frame}{Trusting Trust} \begin{center} - Could this be exploited? + \large{Could this be exploited?} \end{center} \end{frame} @@ -59,6 +59,7 @@ \item Modify a compiler to detect when it's compiling itself. \item Let the modification insert \textit{itself} into the new compiler. \item Add arbitrary attack code to the modification. + \item \textit{Optional!} Remove the attack from the source after compilation. \end{enumerate} \end{frame} @@ -113,6 +114,13 @@ \end{itemize} \end{frame} + \begin{frame}{Reproducibility} + \begin{center} + Without reproducibility, we can never trust that any shipped + binary matches the source code! + \end{center} + \end{frame} + %% Slide 12: \section{(Partial) State of the Union} -- cgit 1.4.1