Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security audit fix #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DullReferenceException
Copy link

@DullReferenceException DullReferenceException commented Oct 14, 2020

Replace vulnerable url-regex with url-regex-safe.

This would have the unfortunate side-effect of requiring node 10.12.0 or later.

Replace vulnerable `url-regex` with `url-regex-safe`
Cj-bc added a commit to Cj-bc/gulp-concat-css that referenced this pull request Nov 15, 2020
Current version of rework-import is depends on 'url-regex', which have
high severity vulnerability, and it's recommended to use
'url-regex-safe' instead:

CVE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7661

There're PR for rework-import, which is dependency of this and depends
on 'url-regex', to use 'url-regex-safe':

reworkcss/rework-import#20

But it's not merged yet (Actually I don't believe it will be merged in
the future) so that I directly use his branch to fix it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants