Marlon

Results 10 issues of Marlon

Small fix in the format example. The getMonth() method returns a 0-indexed value. This should be corrected with an increment to display the correct month number.

Investigate if we could use https://github.com/TH3xACE/SUDO_KILLER to test sudo-rs for potential issues

investigate

Replaced the CLI parser based on clap with a custom parser and removed clap as a dependency. Note that the remaining integration test for the cli has been enabled and...

enhancement

Although `clap ` is an excellent crate, it is not intended for use with a `setuid` program. The size of clap adds an unreasonable burden of reviewing it and its...

enhancement

Thank you for this useful library! I noticed while using the library that the interface forces the caller to transfer memory ownership of the key material to an instance of...

The crate `serde_cbor` is unmaintained and has not received any updates in the last 3 years. The author of serde_cbor proposes [ciborium](https://crates.io/crates/ciborium) as an alternative. This PR replaces the dependency...

In our project we use the `OpenApi` data structure to test our implementation corresponds to our documentation. However we cannot acces the the value of `SecurityRequirement` without serializing the struct....