mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
13 lines
No EOL
515 B
Markdown
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 |