We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e5d10 commit 72851a0Copy full SHA for 72851a0
1 file changed
CONTRIBUTING.md
@@ -132,3 +132,9 @@ Make output for test cases:
132
```shell
133
python3 run.py -i cases.tsv -d '../test/document.sh' -n '../test/navigation.sh' -p equals
134
```
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