feat(slides): Highlight importance of reproducibility

This commit is contained in:
Vincent Ambo 2018-03-13 00:18:54 +01:00
parent 3bf976fe45
commit 71e86f883a

View file

@ -27,7 +27,7 @@
%% Slide 3: %% Slide 3:
\begin{frame}{Trusting Trust} \begin{frame}{Trusting Trust}
\begin{center} \begin{center}
Could this be exploited? \large{Could this be exploited?}
\end{center} \end{center}
\end{frame} \end{frame}
@ -59,6 +59,7 @@
\item Modify a compiler to detect when it's compiling itself. \item Modify a compiler to detect when it's compiling itself.
\item Let the modification insert \textit{itself} into the new compiler. \item Let the modification insert \textit{itself} into the new compiler.
\item Add arbitrary attack code to the modification. \item Add arbitrary attack code to the modification.
\item \textit{Optional!} Remove the attack from the source after compilation.
\end{enumerate} \end{enumerate}
\end{frame} \end{frame}
@ -113,6 +114,13 @@
\end{itemize} \end{itemize}
\end{frame} \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: %% Slide 12:
\section{(Partial) State of the Union} \section{(Partial) State of the Union}