-
Notifications
You must be signed in to change notification settings - Fork 918
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
[Backport 1.3][CVE-2022-1537] Bump grunt from 1.5.2 to 1.5.3 #4277
Conversation
Signed-off-by: Zilong Xia <zilongx@amazon.com>
Codecov Report
@@ Coverage Diff @@
## 1.3 #4277 +/- ##
=======================================
Coverage 67.45% 67.46%
=======================================
Files 3044 3044
Lines 58692 58692
Branches 8902 8902
=======================================
+ Hits 39593 39595 +2
+ Misses 16946 16945 -1
+ Partials 2153 2152 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
@ZilongX Why not bump in 1.x then backport to 1.3 or is there a PR that I missed? |
Depends on where are we cutting the release tag for So basically 1.x would only be used for any new minor version (like 1.4) which I don't think is in the scope, correct me if I'm wrong here though.
|
Like replied above to @joshuarrrr is
On the other hand the tilde (~) would actually lock both major and minor and only allow patch version in such case. |
@ZilongX Aha I remembered this. This fix could be patched to 1.x because v1.5.3 requires node>=8 and no breaking changes. This is the latest version with no node conflicts. grunt requires node>=16 sincev1.6.0 . Therefore, we need to make a slight change and make the bump range very specific. Thanks for the explain. I modified the title to add |
Description
[CVE-2022-1537][CVE-2022-0436][1.x]bump grunt from 1.4.1 to 1.5.3 #3723 tailored for 1.3 as
Node 10
is in use for OSD 1.3Node 16+
Issues Resolved
#1579
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr