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.88up to date
 chrono ⚠️^0.40.4.41maybe insecure
 dashmap^46.1.0out of date
 futures-core^0.30.3.31up to date
 lazy_static^1.41.5.0up to date
 log^0.40.4.27up to date
 once_cell^1.51.21.3up 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.6.0out of date
 rexpr^1.01.0.7up to date
 rustflake^0.10.1.1up to date
 serde^11.0.219up to date
 serde_json^11.0.140up to date
 uuid^0.81.17.0out of date

Dev dependencies

(2 total, all up-to-date)

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