-
Notifications
You must be signed in to change notification settings - Fork 99
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
FIX: update qs version #1316
FIX: update qs version #1316
Conversation
Signed-off-by: Derek Ho <[email protected]>
Did you run cypress tests on 1.3? Seems like we are upgrading from 6.5.2 to 6.10.3 which has a 5 minor versions change. |
@mengweieric a good call out... I have never ran cypress before -> I'm getting a few failures locally, is that expected? Does that happen even on 2.x? Are cypress tests flaky? We may want to hold off on merging this if not.... |
Could be flaky tests, what are those failed? 1.3 branch should have all cypress tests passed. |
@mengweieric tests are still running... a few examples:
Failed 5 for event analytics, 6 for notebooks so far. I can't tell if they're flaky or something changed in the code? |
you can use qs 6.5.3 for this CVE. Fix was backported to qs 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, and 6.2.4 |
…o qs Signed-off-by: Derek Ho <[email protected]>
5182ac7
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
@@ -40,6 +40,7 @@ | |||
"glob-parent": "^6.0.1", | |||
"ansi-regex": "^5.0.1", | |||
"json-schema": "^0.4.0", | |||
"qs": "~6.5.3", |
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.
i think this is not necessary, ~
doesn't restrict patch version, but it's ok
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-1316-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b56ff10d138fc41aeb734bcd1457f8e9ebab8e78
# Push it to GitHub
git push --set-upstream origin backport/backport-1316-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x Then, create a pull request where the |
* update qs version Signed-off-by: Derek Ho <[email protected]> * fix Signed-off-by: Derek Ho <[email protected]> * fix yarn.lock file Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit b56ff10) Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]>
* update qs version Signed-off-by: Derek Ho <[email protected]> * fix Signed-off-by: Derek Ho <[email protected]> * fix yarn.lock file Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit b56ff10) Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit a769433)
* update qs version Signed-off-by: Derek Ho <[email protected]> * fix Signed-off-by: Derek Ho <[email protected]> * fix yarn.lock file Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit b56ff10) Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit a769433)
* FIX: update qs version (#1316) (#1322) * update qs version Signed-off-by: Derek Ho <[email protected]> * fix Signed-off-by: Derek Ho <[email protected]> * fix yarn.lock file Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit b56ff10) Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit a769433) * enable longer file name for windwos Signed-off-by: Derek Ho <[email protected]> * sudeo Signed-off-by: Derek Ho <[email protected]> * fix windows Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]>
* FIX: update qs version (#1316) (#1322) * update qs version Signed-off-by: Derek Ho <[email protected]> * fix Signed-off-by: Derek Ho <[email protected]> * fix yarn.lock file Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit b56ff10) Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit a769433) * fix windows filepath issue Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]>
* FIX: update qs version (#1316) (#1322) * update qs version Signed-off-by: Derek Ho <[email protected]> * fix Signed-off-by: Derek Ho <[email protected]> * fix yarn.lock file Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit 9255987) Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit 4480e55) * enable longer file name for windwos Signed-off-by: Derek Ho <[email protected]> * sudeo Signed-off-by: Derek Ho <[email protected]> * fix windows Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]>
* update qs version Signed-off-by: Derek Ho <[email protected]> * fix Signed-off-by: Derek Ho <[email protected]> * fix yarn.lock file Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit b56ff10) Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit a769433)
* update qs version Signed-off-by: Derek Ho <[email protected]> * fix Signed-off-by: Derek Ho <[email protected]> * fix yarn.lock file Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]>
* update qs version Signed-off-by: Derek Ho <[email protected]> * fix Signed-off-by: Derek Ho <[email protected]> * fix yarn.lock file Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit b56ff10) Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit a769433)
Signed-off-by: Derek Ho [email protected]
Description
[Describe what this change achieves]
Issues Resolved
CVE-2022-24999
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.