mksh
mksh
This contains changes from https://github.com/twisted/treq/pull/131 , with review comments https://github.com/twisted/treq/pull/131#discussion_r78300154 https://github.com/twisted/treq/pull/131#discussion_r78300154 https://github.com/twisted/treq/pull/131#discussion_r78301644 addressed, e.g. - the digest authentication parameter cache was made bound to `HTTPDigestAuth` object; - low-level header build...
The library was detected to be vulnerable to https://rustsec.org/advisories/RUSTSEC-2021-0076, so I updated dependencies, formatted code and fixed Clippy warnings. In addition, basic CI workflow was created.
Fixes the statistics gathering
- use smack 4.0.7 - new configuration options for BOSH connections - tested and seems to work well, at least with meet.jit.si ^__^ dismissing the preservation of plain XMPP communication...
### Project name Chorus One Opus ### Product type Staking as a service ### If other product type, please describe _No response_ ### Logo  ### Description Staking is one...
`webpki` package was revealed to contain CPU denial-of-service vulnerability via https://rustsec.org/advisories/RUSTSEC-2023-0052.html `google-authz` contains `webpki` as transitive dependency, `cargo audit` output: ``` Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 561 security advisories...
Currently project uses Clap 2.x for CLI interface for commands. Clap 2.x contains vulnerable/unmaintained dependency (`atty`), and is not going to be upgraded any more. Need to switch to Clap...
- Add `gnosis` to supported network - Refactor network support in a way so there is Enum instead of magic str
Right now `eth-staking-smith` is catering to the SaaS use-case mostly, but there is also a possibility of use by individual stakers who care of different security and usability benefits. To...
Right now custom network spec can be passed via library interface, but not via command line interface.