Merge branch 'wip' into 'master'
authorWouter Kuhnen <w.kuhnen@student.science.ru.nl>
Wed, 9 Nov 2016 12:11:59 +0000 (13:11 +0100)
committerWouter Kuhnen <w.kuhnen@student.science.ru.nl>
Wed, 9 Nov 2016 12:11:59 +0000 (13:11 +0100)
add sections 3 and 7

workin' on 3 & 7

See merge request !2

1  2 
report/report.tex

diff --combined report/report.tex
@@@ -5,19 -5,11 +5,20 @@@
  \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}{1}
 +\addtocounter{subsection}{2}
  \subsection{HTTP Security}
 +\input{v11_httpsec.tex}
  
  \addtocounter{subsection}{4}
  \subsection{Files and Recourses}