zookeeper-operator icon indicating copy to clipboard operation
zookeeper-operator copied to clipboard

RUSTSEC-2019-0036: Type confusion if __private_get_type_id__ is overridden

Open github-actions[bot] opened this issue 2 years ago • 0 comments

Type confusion if private_get_type_id is overridden

Details
Status unsound
Package failure
Version 0.1.8
URL https://github.com/rust-lang-nursery/failure/issues/336
Date 2019-11-13

Safe Rust code can implement malfunctioning __private_get_type_id__ and cause type confusion when downcasting, which is an undefined behavior.

Users who derive Fail trait are not affected.

See advisory page for additional details.

github-actions[bot] avatar May 27 '23 04:05 github-actions[bot]