diff --git a/docs/qs.md b/docs/qs.md index cea4622..c451a47 100644 --- a/docs/qs.md +++ b/docs/qs.md @@ -10,4 +10,5 @@ Some information on how we aim to ensure certain level of quality. ## XML-Security Best Practices -* We follow the [OWASP recommendations](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/XML_Security_Cheat_Sheet.md) on best practices for JAVA XML to mitigate XML eXternal Entity (XXE) attacks and per default we do not allow external references on Entities and XIncludes \ No newline at end of file +* We follow the [OWASP recommendations](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/XML_Security_Cheat_Sheet.md) + on best practices for JAVA XML to mitigate XML eXternal Entity (XXE) attacks and we do not allow external references on Entities and XIncludes per default.