sget-rs
sget-rs copied to clipboard
sget is a keyless safe script retrieval and execution tool
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.10 to 3.0.14. Release notes Sourced from clap's releases. v3.0.14 [3.0.14] - 2022-02-01 Features Added ArgMatches::args_present() to check if any args are present Added Error::kind() as we...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.134 to 1.0.136. Release notes Sourced from serde's releases. v1.0.136 Improve default error message when Visitor fails to deserialize a u128 or i128 (#2167) v1.0.135 Update discord...
Bumps [time](https://github.com/time-rs/time) from 0.3.6 to 0.3.7. Release notes Sourced from time's releases. v0.3.7 See the changelog for details. Changelog Sourced from time's changelog. 0.3.7 [2021-01-26] Fixed Solaris and Illumos build...
Like PoLicy authoriZation ``` plz run plz authorize ``` Or something like that
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.75 to 1.0.78. Release notes Sourced from serde_json's releases. v1.0.78 Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct"...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.52 to 1.0.53. Release notes Sourced from anyhow's releases. 1.0.53 Retrigger docs.rs build to work around rustdoc regression (rust-lang/rust#92331) Commits 7290028 Release 1.0.53 4e73a15 Merge pull request...
To help frame what sgets role will be; sget will be used as a replacement for curl type operations that pull in untrusted content and then proceed to execute. A...
Looking at franks wasmsign2 code base, its possible to sign and verify using ssh keys ed25519 https://github.com/wasm-signatures/wasmsign2#openssh-keys-support With this approach a developer can use their existing ssh keys and we...
We can use git / github API (and possibly gitlab, insert other cloud git provider) as a storage system for signature materials. The following structure would be created during the...
**Description** OCI registries are great - but right now they're not completely universal no matter how much I wish :) I think over time we could try to support safely...