Added empty latex file for Error Handling and Logging chapter.
[ssproject1617.git] / report / report.tex
index d44b94c..dd56316 100644 (file)
@@ -5,26 +5,40 @@
 \input{organization.tex}
 
 \section{Verdict}
+
+\subsection*{General comments}
+
+\begin{itemize}
+  \item \TODO{} (Kelley) Server instellingen.
+  \item \TODO{} (Kelley) \code{installer.php} and server code execution.
+\end{itemize}
+
 \addtocounter{subsection}{1}
 \subsection{Authentication}
+\input{v2_authentication}
 
 \subsection{Session Management}
+\input{v3_session.tex}
 
 \subsection{Access Control}
+\input{v4_access.tex}
 
-\subsection{Input Validation}
+\subsection{Input Validation \& Output Encoding/Escaping}
 \input{v5_input.tex}
 
-\subsection{Output Encoding/Escaping}
+\addtocounter{subsection}{1}
 
 \subsection{Cryptography at rest}
+\input{v7_cryptography.tex}
 
 \subsection{Error Handling \& logging}
+\input{v8_error.tex}
 
 \subsection{Data Protection}
 
-\addtocounter{subsection}{1}
+\addtocounter{subsection}{2}
 \subsection{HTTP Security}
+\input{v11_httpsec.tex}
 
 \addtocounter{subsection}{4}
 \subsection{Files and Recourses}