forked from spearbit-audits/report-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
77 lines (56 loc) · 2.03 KB
/
report.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
\section{Primitive}\label{primitive}
Primitive is a team of deeply technical passionate indciduals, building
the future of finance.
You can find more information about us at \href{https://primitive.finance}{primitive.finance}.
\section{Introduction}\label{introduction}
\subsection{Agent Based Modeling}\label{agent-based-modeling}
Arbiter uses agent based modeling with the rust evm to provide security
and risk analysis insights that are traditionally more difficult to
audit.
\subsection{Simulation Components}\label{simulation-components}
The system is composed of several agents and contracts. Below is a summary of the components:
\begin{itemize}
\item \textbf{Agents:}
\begin{itemize}
\item TODO
\end{itemize}
\item \textbf{Contracts:}
\begin{itemize}
\item TODO
\end{itemize}
\item \textbf{Oracle:}
\begin{itemize}
\item TODO
\end{itemize}
\end{itemize}
% maybe put a nice photo from miro here
\subsection{Simulation Setup}\label{simulation-setup}
\subsection{Risk Modeling}\label{risk-modeling}
\section{Findings}\label{findings}
\subsection{Critical Risk}\label{critical-risk}
\subsection{High Risk}\label{high-risk}
\subsubsection{Issue title (Only first word should be capitalized;
titles should never end with
punctuation)}\label{issue-title-only-first-word-should-be-capitalized-titles-should-never-end-with-punctuation}
\textbf{Severity:} High
\textbf{Context:}
\href{https://github.com/actuallink}{\texttt{Contract.sol\#L160-L165}}
\textbf{Description:}
\begin{minted}[]{solidity}
contract Test {
...
// Code blocks must be indented with 4 spaces.
}
\end{minted}
\textbf{Recommendation:}
\begin{minted}[]{diff}
+ use diff syntax to describe what should be changed
- ...
\end{minted}
\textbf{Project:} Fixed in \href{Https://github.com/actuallink}{PR \#1}.
\textbf{Arbiter:} Resolved.
\subsection{Medium Risk}\label{medium-risk}
\subsection{Low Risk}\label{low-risk}
\subsection{Gas Optimizations}\label{gas-optimizations}
\section{Additional Comments}\label{additional-comments}
\section{Appendix}\label{appendix}