Skip to content
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 loader-utils from 2.0.2 to 2.0.3 in /web/cashtab #497

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 9, 2022

Bumps loader-utils from 2.0.2 to 2.0.3.

Release notes

Sourced from loader-utils's releases.

v2.0.3

2.0.3 (2022-10-20)

Bug Fixes

  • security: prototype pollution exploit (#217) (a93cf6f)
Changelog

Sourced from loader-utils's changelog.

2.0.3 (2022-10-20)

Bug Fixes

  • security: prototype pollution exploit (#217) (a93cf6f)
Commits

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](webpack/loader-utils@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 9, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 16, 2022

Superseded by #500.

@dependabot dependabot bot closed this Nov 16, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/cashtab/loader-utils-2.0.3 branch November 16, 2022 03:00
ftrader pushed a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this pull request Jun 8, 2023
Co-authored-by: Calin Culianu <[email protected]>

Summary
---

This is a backport of core #16001. It fixes issue Bitcoin-ABC#497. I modified
the backport slightly to:

- `#include <utility>` due to use of `std::move` (original backport
  lacked this)
- Make the operation guard against buggy use of `obj = std::move(obj)`

Original commit message:

    WalletModel::UnlockContext seems to implement "move upon copy" semantics;
    with C++11 this can be done more safely using move semantics (making
    attempts to actually copy fail instead).

    Not a big deal if this isn't worth review time.

Test Plan
---

- Review, `ninja all check`
- Attempt to reproduce Bitcoin-ABC#497, see that this addresses it.
ftrader pushed a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this pull request Jun 8, 2023
Summary
---

This was discovered when trying to investigate fixes to Bitcoin-ABC#497. It builds
on top of !1760 to completely remove some of the problematic but unused
dead code.

It is a backport from: bitcoin-core/gui#711

Original commit message:

   Also UnlockContext::valid and UnlockContext::relock are const now.

Test Plan
---

- `ninja all check`
ftrader added a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this pull request Jun 8, 2023
backport: Give WalletModel::UnlockContext move semantics

Closes Bitcoin-ABC#497

See merge request bitcoin-cash-node/bitcoin-cash-node!1760
ftrader added a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this pull request Jun 8, 2023
backport: Disable unused special members functions in UnlockContext

Closes Bitcoin-ABC#497

See merge request bitcoin-cash-node/bitcoin-cash-node!1761
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants