feat(slides): Highlight importance of reproducibility
This commit is contained in:
parent
3bf976fe45
commit
71e86f883a
1 changed files with 9 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue