-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CVE-2021-35065][1.x] Bump glob-parent from 6.0.0 to 6.0.2 #3742
[CVE-2021-35065][1.x] Bump glob-parent from 6.0.0 to 6.0.2 #3742
Conversation
Issue Resolve opensearch-project#1103 Signed-off-by: Anan Zhuang <ananzh@amazon.com>
a073394
to
e8ff26c
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 1.x #3742 +/- ##
==========================================
+ Coverage 67.45% 67.49% +0.04%
==========================================
Files 3044 3044
Lines 58692 58692
Branches 8902 8902
==========================================
+ Hits 39593 39617 +24
+ Misses 16946 16926 -20
+ Partials 2153 2149 -4
Flags with carried forward coverage won't be shown. Click here to find out more. |
Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Anan Zhuang <ananzh@amazon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* [CVE-2021-35065][1.x] Bump glob-parent from 6.0.0 to 6.0.2 Issue Resolve #1103 Signed-off-by: Anan Zhuang <ananzh@amazon.com> * Update package.json Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Anan Zhuang <ananzh@amazon.com> --------- Signed-off-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit 3dfd699) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
…4005) * [CVE-2021-35065][1.x] Bump glob-parent from 6.0.0 to 6.0.2 Issue Resolve #1103 Signed-off-by: Anan Zhuang <ananzh@amazon.com> * Update package.json Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Anan Zhuang <ananzh@amazon.com> --------- Signed-off-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit 3dfd699) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Issue Resolve
#1103
Description
glob-parent
before 6.0.1 is vulnerable to Regular Expression Denial of Service (ReDoS). This issue is fixed in version 6.0.1. glob-parent is used in multiple places and they are currently resolved to version 6.0.0.Since there is no breaking changes between 6.0.2 (latest) and current 6.0.0, we could update the resolution to 6.0.2.
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr