[CVE-2024-27088] Bump es5-ext from 0.10.59 to 0.10.64#6021
Merged
manasvinibs merged 1 commit intoopensearch-project:mainfrom Mar 13, 2024
Merged
[CVE-2024-27088] Bump es5-ext from 0.10.59 to 0.10.64#6021manasvinibs merged 1 commit intoopensearch-project:mainfrom
0.10.59 to 0.10.64#6021manasvinibs merged 1 commit intoopensearch-project:mainfrom
Conversation
Issue Resolve opensearch-project#6004 Signed-off-by: Anan Zhuang <ananzh@amazon.com>
AMoo-Miki
approved these changes
Mar 4, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6021 +/- ##
==========================================
- Coverage 67.11% 67.09% -0.03%
==========================================
Files 3315 3315
Lines 63904 63904
Branches 10220 10220
==========================================
- Hits 42892 42874 -18
- Misses 18528 18543 +15
- Partials 2484 2487 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
manasvinibs
approved these changes
Mar 4, 2024
Contributor
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-6021-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3797fd882919ff3109ede788f18393613ab633ef
# Push it to GitHub
git push --set-upstream origin backport/backport-6021-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.xThen, create a pull request where the |
manasvinibs
pushed a commit
to manasvinibs/OpenSearch-Dashboards
that referenced
this pull request
Mar 13, 2024
…-project#6021) Issue Resolve opensearch-project#6004 Signed-off-by: Anan Zhuang <ananzh@amazon.com> (cherry picked from commit 3797fd8)
7 tasks
Member
|
Manual Backport #6140 |
ashwin-pc
pushed a commit
that referenced
this pull request
Mar 15, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
From https://www.mend.io/vulnerability-database/CVE-2024-27088:
This PR bumps
es5-extfromto
Issues Resolved
#6004
Check List
yarn test:jestyarn test:jest_integration