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 bat
Dependencies (29 total, 2 outdated, 1 possibly insecure)
Dev dependencies (6 total, all up-to-date)
Build dependencies (1 total, all up-to-date)
Crate Required Latest Status clap ^4.4.2
4.4.5
up to date
Security Vulnerabilities serde_yaml
: Uncontrolled recursion leads to abort in deserializationRUSTSEC-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.