-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR to fix ansible-ai-connect-service: Cross-site Scripting (XSS) in s…
…erialize-javascript (#1353) * fix aap 31381 Signed-off-by: Sumit Jaiswal <[email protected]> * update package-lock.json Signed-off-by: Sumit Jaiswal <[email protected]> * fix package via npm update * update patternfly and ansible-ui-framework * fix patternfly fallouts * update ui-framework to latest * fix haapy-dom critical vulnerability * update package-lock.json * update the PR with suggested changes * update aap_31381 * fix test * remove part tests * fix kebab menu --------- Signed-off-by: Sumit Jaiswal <[email protected]>
- Loading branch information
Showing
15 changed files
with
4,568 additions
and
4,956 deletions.
There are no files selected for viewing
16 changes: 14 additions & 2 deletions
16
ansible_ai_connect_admin_portal/__mocks__/monaco-editor.ts
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 |
---|---|---|
@@ -1,3 +1,15 @@ | ||
module.exports = { | ||
// Stub methods as needed (we should not need any for the Admin Portal) | ||
const editor = { | ||
create: () => { | ||
return { | ||
dispose: () => {}, | ||
} | ||
}, | ||
defineTheme: function() {} | ||
}; | ||
|
||
const monaco = { | ||
editor, | ||
languages: {json: {jsonDefaults: { setDiagnosticsOptions: function () {}}}} | ||
}; | ||
|
||
module.exports = monaco; |
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,5 @@ | ||
const monacoYaml = { | ||
configureMonacoYaml: function () {} | ||
}; | ||
|
||
module.exports = monacoYaml; |
9,386 changes: 4,490 additions & 4,896 deletions
9,386
ansible_ai_connect_admin_portal/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
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