Skip to content

Commit

Permalink
Create SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Apr 28, 2024
1 parent dcaafe9 commit 75828fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Security Policy

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.
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,
but there may be good reasons to disable the safety net for trusted inputs.

## Supported Versions

Currently only the very latest version of XMLUnit for Java is supported, we don't backport patches to older versions.

## Reporting a Vulnerability

Please use https://github.com/xmlunit/xmlunit/security to report security vulnerabilites.

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 comments on commit 75828fd

Please sign in to comment.