From 69038ae4c3c3340da5a1e2c319f847904ba8fc35 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 17 Oct 2016 10:26:35 +0200 Subject: [PATCH] Fix makefile and do 5.1A --- report/Makefile | 3 ++- report/preamble.tex | 5 +++++ report/v5_input.tex | 6 +++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/report/Makefile b/report/Makefile index 42c9c52..d82ce26 100644 --- a/report/Makefile +++ b/report/Makefile @@ -5,7 +5,8 @@ LATEXFLAGS:=-file-line-error -halt-on-error -no-shell-escape TEXS:=$(wildcard *.tex) -.PHONY: all $(DOC).fmt +.PHONY: all +.SECONDARY: $(DOC).fmt all: $(DOC).pdf diff --git a/report/preamble.tex b/report/preamble.tex index 8bc003b..d88561f 100644 --- a/report/preamble.tex +++ b/report/preamble.tex @@ -11,6 +11,11 @@ % Als een criterium niet applicable is (we doen alleen 1 en 2) \newcommand{\notapplicable}[1]{{\color{Gray} #1}} +% Php +\newcommand{\PHP}{\textsc{PHP}} +% Reference naar de source +\newcommand{\srcref}[2]{\footnote{As in \texttt{#1} line (s) \texttt{#1}}} + \renewcommand\thesubsection{V\arabic{subsection}} \author{% diff --git a/report/v5_input.tex b/report/v5_input.tex index 618c2bf..f585720 100644 --- a/report/v5_input.tex +++ b/report/v5_input.tex @@ -1,7 +1,11 @@ -\begin{enumerate}[label=5.\arabic*] +\begin{enumerate}[label={5.\arabic*}] \item Verify that the runtime environment is not susceptible to buffer overflows, or that security controls prevent buffer overflows. + As of \emph{OWASP}'s statement\footnote{\url{% + https://www.owasp.org/index.php/Buffer_Overflows\#Platforms_Affected}} + \PHP{} is not surceptible to buffer overflows as long no external + programs or extensions are used which is not the case. % They skip 5.2 \addtocounter{enumi}{1} \item Verify that server side input validation failures result in -- 2.20.1