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 juniper-from-schema

Dependencies

(2 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 juniper ⚠️^0.140.16.1out of date
 juniper-from-schema-code-gen^0.4.20.5.2out of date

Dev dependencies

(9 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 assert-json-diff^0.2.12.0.2out of date
 chrono ⚠️^0.4.90.4.38maybe insecure
 maplit^1.0.11.0.2up to date
 rustversion^0.11.0.15out of date
 serde_json^1.0.331.0.116up to date
 trybuild^1.0.31.0.91up to date
 url^22.5.0up to date
 uuid^0.7.41.8.0out of date
 version-sync^0.80.9.5out of 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

juniper: Denial of service on deeply nested fragment requests

RUSTSEC-2022-0038

Deeply nested fragments in a GraphQL request may cause a stack overflow in the server.