Skip to content

Commit 72851a0

Browse files
committed
hint about security
1 parent 88e5d10 commit 72851a0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,9 @@ Make output for test cases:
132132
```shell
133133
python3 run.py -i cases.tsv -d '../test/document.sh' -n '../test/navigation.sh' -p equals
134134
```
135+
136+
Note, that the scripts use the Saxon configuration in
137+
`test/saxon-no-local.xml` which allows only HTTP, and HTTPS
138+
protocols. This makes running the tests secure. Without this hardened
139+
config, they may be a risk, because they contain untrusted XPath
140+
expressions.

0 commit comments

Comments
 (0)