aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/blueimp/jquery-file-upload/SECURITY.md
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-11-28 03:55:13 +0100
committerM. Dent <dentm42@gmail.com>2018-11-28 03:55:13 +0100
commita88a515fa0a447f238299aa2ee5f609b64ff3961 (patch)
tree3a7ecac69d2e87b80e5fe2d0d76a6b75bd04a216 /vendor/blueimp/jquery-file-upload/SECURITY.md
parenta4b2eac0f0d4377df2a87743494a1b9fa5ec071c (diff)
parentc7ae3fdc9af6e78ddee63fff4a9938df27d0d39d (diff)
downloadvolse-hubzilla-a88a515fa0a447f238299aa2ee5f609b64ff3961.tar.gz
volse-hubzilla-a88a515fa0a447f238299aa2ee5f609b64ff3961.tar.bz2
volse-hubzilla-a88a515fa0a447f238299aa2ee5f609b64ff3961.zip
Merge branch 'composer-updates' into 'dev'
update jquery-file-upload and psr-log via composer See merge request hubzilla/core!1408
Diffstat (limited to 'vendor/blueimp/jquery-file-upload/SECURITY.md')
-rw-r--r--vendor/blueimp/jquery-file-upload/SECURITY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/blueimp/jquery-file-upload/SECURITY.md b/vendor/blueimp/jquery-file-upload/SECURITY.md
index db58f7dd7..86ffc163b 100644
--- a/vendor/blueimp/jquery-file-upload/SECURITY.md
+++ b/vendor/blueimp/jquery-file-upload/SECURITY.md
@@ -113,7 +113,7 @@ location ^~ /path/to/project/server/php/files {
```
## Secure image processing configurations
-The following configuration mitigates [potential image processing vulnerabilities with ImageMagick](VULNERABILITIES.md#potential-vulnerabilities-with-php+imagemagick) by limiting the attack vectors to a small subset of image types (`GIF/JPEG/PNG`).
+The following configuration mitigates [potential image processing vulnerabilities with ImageMagick](VULNERABILITIES.md#potential-vulnerabilities-with-php-imagemagick) by limiting the attack vectors to a small subset of image types (`GIF/JPEG/PNG`).
Please also consider using alternative, safer image processing libraries like [libvips](https://github.com/libvips/libvips) or [imageflow](https://github.com/imazen/imageflow).