Added general comment stubs
[ssproject1617.git] / report / report.tex
index be6eb37..51a35d3 100644 (file)
@@ -1,12 +1,43 @@
 %&report
 \begin{document}
-\maketitle
+\maketitleru[course={Software Security}]
 \section{Organization}
-\subsection{V2. Input Validation}
-\input{v2_input.tex}
+\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}
+
+\subsection{Session Management}
+
+\subsection{Access Control}
+\input{v4_access.tex}
+
+\subsection{Input Validation \& Output Encoding/Escaping}
+\input{v5_input.tex}
+
+\subsection{Cryptography at rest}
+
+\subsection{Error Handling \& logging}
+
+\subsection{Data Protection}
+
+\addtocounter{subsection}{1}
+\subsection{HTTP Security}
+
+\addtocounter{subsection}{4}
+\subsection{Files and Recourses}
+
+
 \section{Reflection}
+\input{reflection.tex}
 
 \end{document}