X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2Freport.tex;h=dd5631696a5259740afe7a5d7d2566919e021c6d;hb=6dfdc23f569b9e9ec830fa115c414999e3b07c53;hp=0197f3c0b8bfb4563321c1176f9bc6552c882129;hpb=fa960dd59b57f192940b7eb3faecc40e0093c75a;p=ssproject1617.git diff --git a/report/report.tex b/report/report.tex index 0197f3c..dd56316 100644 --- a/report/report.tex +++ b/report/report.tex @@ -2,11 +2,49 @@ \begin{document} \maketitleru[course={Software Security}] \section{Organization} -\subsection{V2. Input Validation} -\input{v5_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} +\input{v2_authentication} + +\subsection{Session Management} +\input{v3_session.tex} + +\subsection{Access Control} +\input{v4_access.tex} + +\subsection{Input Validation \& Output Encoding/Escaping} +\input{v5_input.tex} + +\addtocounter{subsection}{1} + +\subsection{Cryptography at rest} +\input{v7_cryptography.tex} + +\subsection{Error Handling \& logging} +\input{v8_error.tex} + +\subsection{Data Protection} + +\addtocounter{subsection}{2} +\subsection{HTTP Security} +\input{v11_httpsec.tex} + +\addtocounter{subsection}{4} +\subsection{Files and Recourses} + + \section{Reflection} +\input{reflection.tex} \end{document}