diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-03-12T23·18+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-03-12T23·18+0100 |
commit | 71e86f883aec5895d8b9cd85d0f18e739ee14968 (patch) | |
tree | cb564bda5f6eca38c9e8e79683c41800200d3d47 /presentation.tex | |
parent | 3bf976fe45bfdf3e1d24e4080de630cdb7d0bb6a (diff) |
feat(slides): Highlight importance of reproducibility
Diffstat (limited to 'presentation.tex')
-rw-r--r-- | presentation.tex | 10 |
1 files changed, 9 insertions, 1 deletions
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} |