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 yourcontrols
Dependencies (26 total, 4 outdated, 1 possibly insecure)
Build dependencies (1 total, all up-to-date)
Crate Required Latest Status winres ^0.1
0.1.12
up to date
Crate yourcontrols-net
Dependencies (12 total, 3 outdated)
Crate yourcontrols-types
Dependencies (7 total, 2 outdated, 1 possibly insecure)
Crate yourcontrols-hoster
Dependencies (4 total, 1 outdated)
Crate Required Latest Status dotenv ^0.15
0.15.0
up to date log ^0.4
0.4.27
up to date rmp-serde ^0.15
1.3.0
out of date serde ^1.0
1.0.219
up to date
Crate yourcontrols-server
Dependencies (10 total, 2 outdated)
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.