Add v11 HTTP security up to 11.5 (3 left to do)
[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
22 \subsection{Access Control}
23 \input{v4_access.tex}
24
25 \subsection{Input Validation \& Output Encoding/Escaping}
26 \input{v5_input.tex}
27
28 \subsection{Cryptography at rest}
29
30 \subsection{Error Handling \& logging}
31
32 \subsection{Data Protection}
33
34 \addtocounter{subsection}{2}
35 \subsection{HTTP Security}
36 \input{v11_httpsec.tex}
37
38 \addtocounter{subsection}{4}
39 \subsection{Files and Recourses}
40
41
42 \section{Reflection}
43 \input{reflection.tex}
44
45 \end{document}