X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2Freport.tex;h=328d443bab30905ed3de8d479bf15f10368a1f80;hb=e251c8ef73e9b9c5703aef88a0c97fe0c0f704d8;hp=be6eb3792430905efb1b9f8eafde730c3a05c9c0;hpb=2e94496cd27eaf370c3768e9540c9ac51349fa06;p=ssproject1617.git diff --git a/report/report.tex b/report/report.tex index be6eb37..328d443 100644 --- a/report/report.tex +++ b/report/report.tex @@ -1,12 +1,49 @@ %&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} +\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} + +\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}