From 334d7e45bd50a5c6edd4580cb001f1c50ca7382a Mon Sep 17 00:00:00 2001 From: Aaron Feickert <66188213+AaronFeickert@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:29:06 -0500 Subject: [PATCH] Fix a margin overrun (#2) --- main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tex b/main.tex index fe58715..f57f092 100644 --- a/main.tex +++ b/main.tex @@ -57,7 +57,7 @@ \subsection{Summary of findings} \section{Scope} Specific directories within the codebase are in scope for this audit. -Each listed directory is relative to the repository tree at a specific commit on the \texttt{crypto-audit} branch of the Serai repository\footnote{\url{https://github.com/serai-dex/serai/tree/eeca440fa7faf5c6b3c72c225bb18f256e34e0bd}}. +Each listed directory is given relative to the repository tree at a specific commit on the \texttt{crypto-audit} branch of the Serai repository\footnote{\url{https://github.com/serai-dex/serai/tree/eeca440fa7faf5c6b3c72c225bb18f256e34e0bd}}. Serai issued fixes via subsequent commits on the \texttt{crypto-audit} branch, which we discuss as part of our findings. Separately, later updates leading to a specific commit on the \texttt{crypto-tweaks} branch of the repository\footnote{\url{https://github.com/serai-dex/serai/tree/62dfc63532f1dbd97ea1273ae9ac9f0761e94ac8}} were reviewed, after which another fix was issued via a commit on the \texttt{crypto-tweaks} branch, as discussed later.