Patrick Hayes
Patrick Hayes
Reading the source code, it doesn't look like `cached` treats a `Result` any differently than other values, and will cache it even if it's an `Err`. Is this understanding correct?...
Hi there, Thanks for this awesome crate! I was wondering if you could document how to find the right value to pass for the `pages` argument for `clear_stack_on_return`, `clear_stack_on_return_fnonce`.
When generating a QR code, this library sends the shared secret, which should be kept absolutely secret, to a third party website for processing into a QRcode image. Leaking the...
Hi there, The version of exonum that is contained on crates.io contains multiple severe vulnerabilities. It looks like these vulnerabilities are fixed on github, but no release has been pushed...
When creating a drupal project, it is very common to create a site-specific set of modules, themes, and installation profiles. This patch adds a composer command `create-project-symlinks` that looks in...
I notice that jsonpickle provides the warning "jsonpickle can execute arbitrary Python code. Do not load jsonpickles from untrusted / unauthenticated sources." Can documentation be provided on the details of...
Hi there, I'm the author of sidefuzz (https://github.com/phayes/sidefuzz) and I have found what appears to be variable-time behavior in the `rsa::internals::encrypt()` function. Specifically, `rsa::internals::encrypt()` appears to be variable-time in relation...
Hi there, I was wondering if you could hook up code-coverage reporting (I personally like codecov, but coveralls and others would be fine too). Once this is done, I will...
It would be nice if `period` was split up into two types, one might be called `period` and the the other `closed_period`. This would allow us to differentiate between :...
Some openAPI implementations interpret undecorated `integer` types as unsigned `uint`s. (This is the case in the Rust Stripe library at https://github.com/wyyerd/stripe-rs). Because balance related fields can be negative, this PR...