-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Protect against prototype pollution in import action #7094
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7094 +/- ##
==========================================
+ Coverage 55.45% 55.64% +0.19%
==========================================
Files 649 650 +1
Lines 26060 26063 +3
Branches 2547 2547
==========================================
+ Hits 14451 14504 +53
+ Misses 10907 10858 -49
+ Partials 702 701 -1
*This pull request uses carry forward flags. Click here to find out more.
... and 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Current Playwright Test Results Summary✅ 14 Passing Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 10/02/2023 09:48:47pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 596e8c5 Started: 10/02/2023 09:46:52pm UTC Current Playwright Test Results Summary✅ 140 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 10/02/2023 09:48:47pm UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Log plot tests Log Plot ticks are functionally correct in regular and log mode and after refresh
Retry 1 • Initial Attempt |
7.87% (7)7 / 89 runsfailed over last 7 days |
23.60% (21)21 / 89 runsflaked over last 7 days |
📄 functional/plugins/notebook/notebookSnapshots.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Snapshot image tests Can drop an image onto a notebook and create a new entry
Retry 1 • Initial Attempt |
16.09% (14)14 / 87 runsfailed over last 7 days |
60.92% (53)53 / 87 runsflaked over last 7 days |
Can you add a functional and negative test scenario for this in the e2e suite |
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.
Curious if we can use Vue's utility method here instead?
I think we should try to keep view/Vue code out of the logic paths if possible. |
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.
Looks fine!
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.
Looks like there's a new memory leak? thus the failing perf test
I re-ran the tests and perf passes. I don't think this introduced a leak. |
Closes #7089
Describe your changes:
remove
__proto__
when parsing JSON from import actionAll Submissions:
Author Checklist
Reviewer Checklist