rdedup icon indicating copy to clipboard operation
rdedup copied to clipboard

Data deduplication engine, supporting optional compression and public key encryption.

Results 51 rdedup issues
Sort by recently updated
recently updated
newest added

> sodiumoxide is deprecated | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `sodiumoxide` | | Version | `0.2.7` | | URL...

> Multiple soundness issues in `owning_ref` | Details | | | ------------------- | ---------------------------------------------- | | Package | `owning_ref` | | Version | `0.4.1` | | URL | [https://github.com/noamtashma/owning-ref-unsoundness](https://github.com/noamtashma/owning-ref-unsoundness) |...

Kinda nitpicky, but just trying to help ;) "[Thanks to Rust and solid architecture, rdedup is also exteremely performant](https://github.com/dpc/rdedup/wiki/Rust's-fearless-concurrency-in-rdedup) and very reliable (no data-loss bugs ever reported)."

``` % rdedup -d d init Error: URI parsing error: d % rdedup -d ./d init Error: URI parsing error: ./d ``` This is confusing an unintuitive. At the very...

> Potential segfault in `localtime_r` invocations | Details | | | ------------------- | ---------------------------------------------- | | Package | `chrono` | | Version | `0.4.19` | | URL | [https://github.com/chronotope/chrono/issues/499](https://github.com/chronotope/chrono/issues/499) |...

> Potential segfault in the time crate | Details | | | ------------------- | ---------------------------------------------- | | Package | `time` | | Version | `0.1.43` | | URL | [https://github.com/time-rs/time/issues/293](https://github.com/time-rs/time/issues/293)...

% rdedup -v rdedup 3.1.1 ... % RUST_BACKTRACE=1 RDEDUP_PASSPHRASE=test rdedup -d ~/d init Using passphrase set in RDEDUP_PASSPHRASE thread 'main' panicked at 'attempted to leave type `linked_hash_map::Node<yaml_rust::yaml::Yaml, yaml_rust::yaml::Yaml>` uninitialized, which...

> Lenient `hyper` header parsing of `Content-Length` could allow request smuggling | Details | | | ------------------- | ---------------------------------------------- | | Package | `hyper` | | Version | `0.10.16` |...

> Integer overflow in `hyper`'s parsing of the `Transfer-Encoding` header leads to data loss | Details | | | ------------------- | ---------------------------------------------- | | Package | `hyper` | | Version...

The documentation currently refers to "curve25519" as an encryption algorithm, which is something it can't do. Curve25519 is an ECDH curve which is used to generate an encryption key. Curve25519...