generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(security): update path-to-regex (#2357)
- also related parent module express - and related module body-parser - dependencies are dev only - removed test project file change - second upgrade of express overnight - and related module static-server - and related module send Issue: tools-suite/issues/31259 Issue: https://github.com/SAP/open-ux-tools/security/dependabot/148 Issue: https://github.com/SAP/open-ux-tools/security/dependabot/149 Issue: https://github.com/SAP/open-ux-tools/security/dependabot/135 Issue: https://github.com/SAP/open-ux-tools/security/dependabot/151 Issue: https://github.com/SAP/open-ux-tools/security/dependabot/150 Co-authored-by: Austin Devine <[email protected]> Co-authored-by: Klaus Keller <[email protected]>
- Loading branch information
1 parent
5587c3f
commit b6a9bbb
Showing
11 changed files
with
263 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,26 @@ | |
|
||
This document lists the version overrides for vulnerable (nested) dependencies and the reason. | ||
|
||
``` | ||
## @ui5/cli -> @ui5/server -> router | ||
|
||
- waiting on UI5 fixes to be released | ||
- may be necessary to upgrade to version 4 of the UI5 cli | ||
|
||
``` | ||
┌─────────────────────┬────────────────────────────────────────────────────────┐ | ||
│ high │ path-to-regexp outputs backtracking regular │ | ||
│ │ expressions │ | ||
├─────────────────────┼────────────────────────────────────────────────────────┤ | ||
│ Package │ path-to-regexp │ | ||
├─────────────────────┼────────────────────────────────────────────────────────┤ | ||
│ Vulnerable versions │ <0.1.10 │ | ||
├─────────────────────┼────────────────────────────────────────────────────────┤ | ||
│ Patched versions │ >=0.1.10 │ | ||
├─────────────────────┼────────────────────────────────────────────────────────┤ | ||
│ Paths │ packages\preview-middleware-client > @ui5/[email protected] > │ | ||
│ │ @ui5/[email protected] > [email protected] > │ | ||
│ │ [email protected] │ | ||
├─────────────────────┼────────────────────────────────────────────────────────┤ | ||
│ More info │ https://github.com/advisories/GHSA-9wv6-86v2-598j │ | ||
└─────────────────────┴────────────────────────────────────────────────────────┘ | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,7 @@ | |
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"overrides": { | ||
"router>path-to-regexp": "0.1.10" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.