This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate signup-sequencer

Dependencies

(36 total, 6 outdated, 3 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.0.681.0.82up to date
 async-stream^0.3.30.3.5up to date
 async-trait^0.1.640.1.80up to date
 axum^0.6.40.7.5out of date
 axum-server^0.4.40.6.0out of date
 bytes^1.4.01.6.0up to date
 chrono ⚠️^0.4.190.4.38maybe insecure
 clap^4.04.5.4up to date
 config^0.13.40.14.0out of date
 ethers^2.0.102.0.14up to date
 ethers-solc^2.0.102.0.14up to date
 eyre ⚠️^0.60.6.12maybe insecure
 futures^0.30.3.30up to date
 futures-util^0.30.3.30up to date
 hex^0.4.30.4.3up to date
 hex-literal^0.4.10.4.1up to date
 humantime^2.1.02.1.0up to date
 humantime-serde^1.1.11.1.1up to date
 hyper^0.14.171.3.1out of date
 indoc^2.0.42.0.5up to date
 once_cell^1.81.19.0up to date
 prometheus^0.13.30.13.4up to date
 reqwest^0.11.180.12.4out of date
 ruint=1.11.11.12.1out of date
 serde^1.01.0.200up to date
 serde_json^1.01.0.116up to date
 sqlx^0.70.7.4up to date
 take_mut^0.2.20.2.2up to date
 tempfile^3.5.03.10.1up to date
 thiserror^1.01.0.59up to date
 tokio ⚠️^1.171.37.0maybe insecure
 toml^0.8.80.8.12up to date
 tracing^0.10.1.40up to date
 tracing-futures^0.20.2.5up to date
 url^2.22.5.0up to date
 zeroize^1.6.01.7.0up to date

Dev dependencies

(10 total, 2 outdated)

CrateRequiredLatestStatus
 dotenv^0.15.00.15.0up to date
 hex^0.4.30.4.3up to date
 maplit^1.0.21.0.2up to date
 regex^1.7.11.10.4up to date
 similar-asserts^1.5.01.5.0up to date
 test-case^3.03.3.1up to date
 testcontainers^0.15.00.16.7out of date
 testcontainers-modules^0.3.70.4.2out of date
 tracing-subscriber^0.3.110.3.18up to date
 tracing-test^0.20.2.4up to date

Crate oz-api

Dependencies

(11 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.01.0.82up to date
 chrono^0.4.230.4.38up to date
 ethers^2.0.102.0.14up to date
 hyper^0.14.171.3.1out of date
 reqwest^0.11.140.12.4out of date
 serde^1.0.1541.0.200up to date
 serde_json^1.0.941.0.116up to date
 thiserror^1.0.391.0.59up to date
 tokio ⚠️^1.171.37.0maybe insecure
 tracing^0.1.370.1.40up to date
 url^2.3.12.5.0up to date

Crate tx-sitter-client

Dependencies

(7 total, 2 outdated)

CrateRequiredLatestStatus
 anyhow^1.01.0.82up to date
 ethers^2.0.102.0.14up to date
 reqwest^0.11.140.12.4out of date
 serde^1.0.1541.0.200up to date
 serde_json^1.0.941.0.116up to date
 strum^0.250.26.2out of date
 tracing^0.10.1.40up to date

Crate micro-oz

Dependencies

(12 total, 2 outdated)

CrateRequiredLatestStatus
 anyhow^1.0.721.0.82up to date
 async-trait^0.1.710.1.80up to date
 axum^0.6.190.7.5out of date
 chrono^0.4.260.4.38up to date
 clap^4.3.144.5.4up to date
 ethers^2.0.102.0.14up to date
 hyper^0.14.271.3.1out of date
 serde^1.0.1711.0.200up to date
 serde_json^1.0.1031.0.116up to date
 tokio^1.29.11.37.0up to date
 tracing^0.1.370.1.40up to date
 tracing-subscriber^0.3.170.3.18up to date

Crate postgres-docker-utils

Dependencies

(5 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.01.0.82up to date
 test-case^3.1.03.3.1up to date
 tokio ⚠️^1.01.37.0maybe insecure
 testcontainers^0.15.00.16.7out of date
 testcontainers-modules^0.3.70.4.2out of date

Crate cognitoauth

Dependencies

(6 total, all up-to-date)

CrateRequiredLatestStatus
 aws-config^1.0.31.3.0up to date
 aws-sdk-cognitoidentityprovider^1.4.01.26.0up to date
 aws-smithy-client^0.60.00.60.3up to date
 cognito_srp^0.1.10.1.2up to date
 thiserror^1.0.321.0.59up to date
 tracing^0.10.1.40up to date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References

tokio: reject_remote_clients Configuration corruption

RUSTSEC-2023-0001

On Windows, configuring a named pipe server with pipe_mode will force ServerOptions::reject_remote_clients as false.

This drops any intended explicit configuration for the reject_remote_clients that may have been set as true previously.

The default setting of reject_remote_clients is normally true meaning the default is also overridden as false.

Workarounds

Ensure that pipe_mode is set first after initializing a ServerOptions. For example:

let mut opts = ServerOptions::new();
opts.pipe_mode(PipeMode::Message);
opts.reject_remote_clients(true);

eyre: Parts of Report are dropped as the wrong type during downcast

RUSTSEC-2024-0021

In affected versions, after a Report is constructed using wrap_err or wrap_err_with to attach a message of type D onto an error of type E, then using downcast to recover ownership of either the value of type D or the value of type E, one of two things can go wrong:

  • If downcasting to E, there remains a value of type D to be dropped. It is incorrectly "dropped" by running E's drop behavior, rather than D's. For example if D is &str and E is std::io::Error, there would be a call of std::io::Error::drop in which the reference received by the Drop impl does not refer to a valid value of type std::io::Error, but instead to &str.

  • If downcasting to D, there remains a value of type E to be dropped. When D and E do not happen to be the same size, E's drop behavior is incorrectly executed in the wrong location. The reference received by the Drop impl may point left or right of the real E value that is meant to be getting dropped.

In both cases, when the Report contains an error E that has nontrivial drop behavior, the most likely outcome is memory corruption.

When the Report contains an error E that has trivial drop behavior (for example a Utf8Error) but where D has nontrivial drop behavior (such as String), the most likely outcome is that downcasting to E would leak D.