Replies: 1 comment 2 replies
-
Hi! Thanks for raising this. This has been discussed and solved before, please see #2304 (comment) and the linked issues. Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
We have msw installed in one of our react built repo and in the past 3 weeks we've been seeing a High risk vulnerability detected by the GitLab SBoM Vulnerability Scanner which we run regularly on our pipeline. I was wondering if somebody can help in updating the "path-to-regexp" dependency library version from 6.3.0 to 8.0.0, hopefully no breaking changes will occur on this update. Below I'll provide some more details on how the security scan messgae looks like:
path-to-regexp outputs backtracking regular expressions
Description
In certain cases,
path-to-regexp
will output a regular expression that can be exploited to cause poor performance.Location
Solution
Upgrade to versions 0.1.10, 8.0.0 or above.
Evidence
Vulnerable Package
path-to-regexp:6.3.0
Beta Was this translation helpful? Give feedback.
All reactions