Closed mulholo closed 4 years ago
The older version of jimp was using url-regex which was vulnerable to DDOS attacks (src: https://www.npmjs.com/advisories/1550).
url-regex
This PR upgrades jimp to a version which no longer depends on url-regex.
The older version of jimp was using
url-regex
which was vulnerable to DDOS attacks (src: https://www.npmjs.com/advisories/1550).This PR upgrades jimp to a version which no longer depends on url-regex.