-
Notifications
You must be signed in to change notification settings - Fork 90
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
Bump serialize-javascript from 6.0.1 to 6.0.2 in /catalog #4321
base: master
Are you sure you want to change the base?
Bump serialize-javascript from 6.0.1 to 6.0.2 in /catalog #4321
Conversation
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.
PR Summary
This pull request updates the serialize-javascript
dependency from 6.0.1 to 6.0.2 in the catalog directory, addressing a potential XSS vulnerability in URL string serialization.
- Fixed XSS vulnerability in URL string serialization that could affect data handling in
/catalog/app/utils/AWS/index.js
- Updated
@babel/traverse
dependency from 7.10.1 to 7.23.7 for improved security - Added URL support documentation in the library's README
- Affects catalog's JavaScript serialization functionality, particularly in preview and data handling components
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4321 +/- ##
=======================================
Coverage 39.07% 39.07%
=======================================
Files 787 787
Lines 34813 34813
Branches 5525 5525
=======================================
Hits 13604 13604
Misses 20026 20026
Partials 1183 1183
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@drernie pls prefer renovate over dependabot for automated dependency updates. |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
@dependabot recreate |
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](yahoo/serialize-javascript@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: serialize-javascript dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
31a0ddb
to
59bd315
Compare
Bumps serialize-javascript from 6.0.1 to 6.0.2.
Release notes
Sourced from serialize-javascript's releases.
Commits
b71ec23
6.0.2f27d65d
fix: serialize URL string contents to prevent XSS (#173)02499c0
Bump@babel/traverse
from 7.10.1 to 7.23.7 (#171)0d88527
docs: update readme with URL support (#146)e2a3a91
chore: update node version and lock file5a1fa64
fix typo (#164)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.