eba9ec0dd7
* quick proposal warn on startup if untrusted operations might run use vips_block_untrusted_set() to block untrusted operations, set an env var or make a file to stop the warning * mark fits, nifti and svg as untrusted * remove the annoying "untrusted" warning message better to warn on the download page leave vips_block_untrusted_set() since it's obviously useful * separate UNTRUSTED and BLOCKED * typos * add VIPS_BLOCK_UNTRUSTED env var * move BLOCK_UNTRUSTED after plugin load obviously, ooops * add a test, disable *magick although *magick is fuzzed, it's probably safer to disable it in untrusted environments * mark some more operations as untrusted |
||
---|---|---|
.. | ||
test-suite | ||
.gitignore | ||
Makefile.am | ||
meson.build | ||
README.md | ||
test_cli.sh | ||
test_connections.c | ||
test_connections.sh | ||
test_descriptors.c | ||
test_descriptors.sh | ||
test_formats.sh | ||
test_seq.sh | ||
test_stall.sh | ||
test_threading.sh | ||
test_thumbnail.sh | ||
variables.sh.in |
libvips test suite
This is in two parts: a few simple bash scripts in this directory are run on "make check", and a fancier Python test suite that's run by Travis on each commit.