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 rbatis

Dependencies

(15 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-trait^0.10.1.80up to date
 chrono ⚠️^0.40.4.38maybe insecure
 dashmap^45.5.3out of date
 futures-core^0.30.3.30up to date
 lazy_static^1.41.4.0up to date
 log^0.40.4.21up to date
 once_cell^1.51.19.0up to date
 py_sql^1.01.0.1up to date
 rbatis-core^1.8.703.1.11out of date
 rbatis-macro-driver^1.8.704.5.5out of date
 rexpr^1.01.0.7up to date
 rustflake^0.10.1.1up to date
 serde^11.0.198up to date
 serde_json^11.0.116up to date
 uuid^0.81.8.0out of date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 async-std^1.91.12.0up to date
 fast_log^1.31.6.16up 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