Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75828fd

Browse files
authored
Create SECURITY.md
1 parent dcaafe9 commit 75828fd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

SECURITY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Security Policy
2+
3+
XMLUnit's primary use case is running tests against code that creates or transforms XML. As such it expects to be used on trusted inputs in general.
4+
This means there will always be ways to enable insecure practices that - for example - enable XML External Entity (XXE) attacks. The defaults should be set up to prevent this,
5+
but there may be good reasons to disable the safety net for trusted inputs.
6+
7+
## Supported Versions
8+
9+
Currently only the very latest version of XMLUnit for Java is supported, we don't backport patches to older versions.
10+
11+
## Reporting a Vulnerability
12+
13+
Please use https://github.com/xmlunit/xmlunit/security to report security vulnerabilites.
14+
15+
This project is run by volunteers. Please understand it may take time until you get any response - and there is no bug bounty program of any kind.

0 commit comments

Comments
 (0)