mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
Apply PR feedback
This commit is contained in:
@@ -3,14 +3,14 @@ id = "RUSTSEC-0000-0000"
|
|||||||
package = "failure"
|
package = "failure"
|
||||||
date = "2019-11-13"
|
date = "2019-11-13"
|
||||||
informational = "unsound"
|
informational = "unsound"
|
||||||
title = "__private_get_type_id__ can be overriden with safe Rust code"
|
title = "Type confusion if __private_get_type_id__ is overriden"
|
||||||
url = "https://github.com/rust-lang-nursery/failure/issues/336"
|
url = "https://github.com/rust-lang-nursery/failure/issues/336"
|
||||||
keywords = ["unsound"]
|
keywords = ["unsound"]
|
||||||
description = """
|
description = """
|
||||||
Safe Rust code can implement malfunctioning `__private_get_type_id__` and cause
|
Safe Rust code can implement malfunctioning `__private_get_type_id__` and cause
|
||||||
type confusion when downcasting, which is an undefined behavior.
|
type confusion when downcasting, which is an undefined behavior.
|
||||||
|
|
||||||
Normal users of Failure library are not affected.
|
Users who derive `Fail` trait are not affected.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[affected]
|
[affected]
|
||||||
|
|||||||
Reference in New Issue
Block a user