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 json-trait-rs

Dependencies

(7 total, 1 possibly insecure)

CrateRequiredLatestStatus
 json^00.12.4up to date
 pyo3^00.21.2up to date
 serde_json^11.0.116up to date
 serde_yaml ⚠️^00.9.34+deprecatedmaybe insecure
 strum^00.26.2up to date
 strum_macros^00.26.2up to date
 unreachable^11.0.0up to date

Dev dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 lazy_static^11.4.0up to date
 serde_json^11.0.116up to date
 test-case^03.3.1out of date

Security Vulnerabilities

serde_yaml: Uncontrolled recursion leads to abort in deserialization

RUSTSEC-2018-0005

Affected versions of this crate did not properly check for recursion while deserializing aliases.

This allows an attacker to make a YAML file with an alias referring to itself causing an abort.

The flaw was corrected by checking the recursion depth.