Skip to content

Commit ad405a7

Browse files
committed
Change: use PR of rework-import that fixed vulnerability
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.
1 parent 880c9b0 commit ad405a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"parse-import": "^2.0.0",
2525
"plugin-error": "^0.1.2",
2626
"rework": "~1.0.0",
27-
"rework-import": "^2.0.0",
27+
"rework-import": "DullReferenceException/rework-import#security-audit-bump",
2828
"rework-plugin-url": "^1.0.1",
2929
"through2": "~1.1.1",
3030
"vinyl": "^2.1.0"

0 commit comments

Comments
 (0)