mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
Merge branch 'branch-1.1.x'
# Conflicts: # src/test/java/de/kosit/validationtool/impl/SaxonSecurityTest.java
This commit is contained in:
commit
1807c78c51
3 changed files with 85 additions and 57 deletions
4
src/test/resources/evil/xxe.xml
Normal file
4
src/test/resources/evil/xxe.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE foo [
|
||||
<!ELEMENT foo ANY >
|
||||
<!ENTITY xxe SYSTEM "ref.txt" >]><foo>&xxe;</foo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue