Issue #3064351 by larowlan, matt_paz, tsug0d, greggles: Pin composer.json to...
Issue #3064351 by larowlan, matt_paz, tsug0d, greggles: Pin composer.json to prevent installation of insecure versions of enshrined/svg-sanitize
... | ... | @@ -3,7 +3,7 @@ |
"description": "Makes the SVG Sanitizer library available to Drupal", | ||
"type": "drupal-module", | ||
"require": { | ||
"enshrined/svg-sanitize": "^0.7.1" | ||
"enshrined/svg-sanitize": "^0.12.0" | ||
}, | ||
"license": "GPL2+" | ||
} |
tests/fixtures/nasty.svg
0 → 100644
Please register or sign in to comment