Sergey "Shnatsel" Davidoff

Results 943 comments of Sergey "Shnatsel" Davidoff

`cargo build -Z unstable-options --build-plan ` _might_ also help. I have not investigated it in detail. It will be still missing the hash of the final binary, etc.

The build-info pre-RFC can be found here: https://internals.rust-lang.org/t/pre-rfc-cargo-sbom/19842

Hey! I'm helping maintain the repo now. This seems like a reasonable addition, I would be happy to accept a PR that exposes the field if this is still relevant.

There is a dedicated qualifier for this: > `repository_url` is an extra URL for an alternative, non-default package repository or registry. Source: https://github.com/package-url/purl-spec/blob/master/PURL-SPECIFICATION.rst#known-qualifiers-keyvalue-pairs This is what is used in #523

Thanks for the pointer! I've found the same hardcoded constants in [termios manpage](http://manpages.ubuntu.com/manpages/trusty/en/man3/termios.3.html) so that's where the limitation seems to come from. I'll see if I find a way to...

BigQuery does provide parametrized queries that are immune to SQL injection by design: https://cloud.google.com/bigquery/docs/parameterized-queries

Hello! Author of [`cargo auditable`](https://github.com/rust-secure-code/cargo-auditable) here 👋 I'd love to see this integration and I'm happy to support it on my end! There's precedent for transparently enabling this in Linux...

`atoi_simd` has some limitations compared to the standard library parser: no support for leading zeroes or numbers starting with `+`. A more complete SIMD-accelerated parser can be found here: https://crates.io/crates/atoi_radix10

Heads up: this issue has been included in the [RustSec advisory database](https://github.com/RustSec/advisory-db). It will be surfaced by tools such as [cargo-audit](https://github.com/RustSec/cargo-audit) or Dependabot from now on. Once a fix is...

Heads up: this issue has been included in the [RustSec advisory database](https://github.com/RustSec/advisory-db). It will be surfaced by tools such as [cargo-audit](https://github.com/RustSec/cargo-audit) or [cargo-deny](https://github.com/EmbarkStudios/cargo-deny) from now on. Once a fix is...