d294062b00b27ebd3d4890a111c6cc5f9707ce4c
[ssproject1617.git] / report / report.tex
1 %&report
2 \begin{document}
3 \maketitleru[course={Software Security}]
4 \section{Organization}
5 \input{organization.tex}
6
7 \section{Verdict}
8
9 \subsection*{General comments}
10
11 \begin{itemize}
12 \item \TODO{} (Kelley) Server instellingen.
13 \item \TODO{} (Kelley) \code{installer.php} and server code execution.
14 \end{itemize}
15
16 \addtocounter{subsection}{1}
17 \subsection{Authentication}
18 \input{v2_authentication}
19
20 \subsection{Session Management}
21 \input{v3_session.tex}
22
23 \subsection{Access Control}
24 \input{v4_access.tex}
25
26 \subsection{Input Validation \& Output Encoding/Escaping}
27 \input{v5_input.tex}
28
29 \addtocounter{subsection}{1}
30
31 \subsection{Cryptography at rest}
32 \input{v7_cryptography.tex}
33
34 \subsection{Error Handling \& logging}
35 \input{v8_error.tex}
36
37 \subsection{Data Protection}
38 \input{v9_data.tex}
39
40 \addtocounter{subsection}{2}
41 \subsection{HTTP Security}
42 \input{v11_httpsec.tex}
43
44 \addtocounter{subsection}{4}
45 \subsection{Files and Recourses}
46
47
48 \section{Reflection}
49 \input{reflection.tex}
50
51 \end{document}