-
Notifications
You must be signed in to change notification settings - Fork 65
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 stdweb audit advisotry RUSTSEC-2020-0056 #85
Comments
I think I found the bottom of this hole.. The Recent version of The problem is occurring from Lines 266 to 280 in 8d14cf5
And Ricardo pinned this version for the MSRV constraint. So the easiest way to fix is remove the pin in cc @RCasatta UPDATE: The same situation is there for BDK too.. |
The plan I have in mind is:
|
On the MSRV question BDK is bumping up to 1.56.0. Also the focus for the next |
e2743d1 Update miniscript version to 6.1.0 (Steve Myers) Pull request description: ### Description Did a `cargo update` to update `miniscript` dependency in Cargo.lock to `6.1.0` and fix related audit issue. ```text Crate: miniscript Version: 6.0.1 Warning: yanked Dependency tree: miniscript 6.0.1 └── bdk 0.17.0 ├── bdk-reserves 0.17.0 │ └── bdk-cli 0.5.0 └── bdk-cli 0.5.0 ``` ### Notes to the reviewers There is still one audit issue that I can't figure out how to fix, I created #85 to track it. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing #### New Features: * [ ] I've added tests for the new feature * [ ] I've added docs for the new feature * [ ] I've updated `CHANGELOG.md` #### Bugfixes: * [ ] This pull request breaks the existing API * [ ] I've added tests to reproduce the issue which are now passing * [ ] I'm linking the issue being fixed by this PR ACKs for top commit: rajarshimaitra: tACK e2743d1 Tree-SHA512: 0fd9bc7a29faef4477b011d9a9a882f74e7ba70a89b7634742785ebec1933a381d766772922a7c5c76c0460e2c2882c5cc23ff1c66a4edb7d315bcf4890a86ae
I think this will be fixed by #99 so I assigned it to you @rajarshimaitra to confirm. Thanks! |
It seems its still there with #99
|
Moved this one to bdk-cli 0.7.0 since the updated version of |
The text was updated successfully, but these errors were encountered: