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.
Merge branch 'main' into refactor/2220/fix-tests
- Loading branch information
Showing
61 changed files
with
1,301 additions
and
446 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
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
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
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
17 changes: 17 additions & 0 deletions
17
packages/adp-tooling/templates/rta/common/op-custom-section.xml
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- Use stable and unique IDs!--> | ||
<core:FragmentDefinition | ||
xmlns:uxap="sap.uxap" | ||
xmlns:core='sap.ui.core' | ||
xmlns='sap.m' | ||
> | ||
<uxap:ObjectPageSection | ||
id="<%- ids.objectPageSection %>" | ||
title="New custom section" | ||
> | ||
<uxap:ObjectPageSubSection id="<%- ids.objectPageSubSection %>"> | ||
<HBox id="<%- ids.hBox %>"> | ||
<!-- add your xml here --> | ||
</HBox> | ||
</uxap:ObjectPageSubSection> | ||
</uxap:ObjectPageSection> | ||
</core:FragmentDefinition> |
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.