From: Mart Lubbers Date: Wed, 16 Nov 2016 11:43:26 +0000 (+0100) Subject: fix alle overvolle hboxen X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=4f223c901087b210eb84d3278e2f0e6ff67be0d4;p=ssproject1617.git fix alle overvolle hboxen --- diff --git a/report/v11_httpsec.tex b/report/v11_httpsec.tex index 186dccb..1b0cc4f 100644 --- a/report/v11_httpsec.tex +++ b/report/v11_httpsec.tex @@ -18,7 +18,7 @@ Verify that every \HTTP{} response contains a content type header specifying a safe character set (e.g., \emph{UTF-8}, \emph{ISO 8859{-}1}). \begin{result} - Content type headers may be set anywhere in the application. Furthermure, + Content type headers may be set anywhere in the application. Furthermure,\\ \code{Response::send} ensures that if no content type header is set, all responses will fall back to using \code{text/html; charset=UTF-8}. \end{result} diff --git a/report/v2_authentication.tex b/report/v2_authentication.tex index ea7cbe5..69d1d00 100644 --- a/report/v2_authentication.tex +++ b/report/v2_authentication.tex @@ -221,8 +221,8 @@ stored in a protected location. However, the installation instructions state the following: \begin{verbatim} -Change the file permissions to allow all users write access to the folder -you extracted testcms to. +Change the file permissions to allow all users write access to the +folder you extracted testcms to. \end{verbatim} This implies making the configuration file readable for all users on the system. This information should not be accessible for any user other than diff --git a/report/v8_error.tex b/report/v8_error.tex index 200fd44..3559c50 100644 --- a/report/v8_error.tex +++ b/report/v8_error.tex @@ -27,7 +27,7 @@ \begin{result} Failed login attempts or password resets are not logged at all. - Only actual crashes/unrecoverable errors are logged. + Only actual crashes or unrecoverable errors are logged. Failed/unauthorized installation attempts won't get logged either. \end{result}