validator/docs/qs.md
2019-06-21 14:38:31 +02:00

13 lines
No EOL
515 B
Markdown

# Quality Management
Some information on how we aim to ensure certain level of quality.
## Measures
* We perform unit tests (see [source code](src/test/java/de/kosit/validationtool) )
* We perform static code analysis using [Sonar](https://docs.sonarqube.org/display/SONAR/Metric+Definitions)
## XML-Security Best Practices
* We follow the recommndations 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