Skip to content

Commit

Permalink
Apply PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwaz committed Aug 14, 2020
1 parent f81972e commit 7ba7751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/failure/RUSTSEC-0000-0000.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ id = "RUSTSEC-0000-0000"
package = "failure"
date = "2019-11-13"
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"
keywords = ["unsound"]
description = """
Safe Rust code can implement malfunctioning `__private_get_type_id__` and cause
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]
Expand Down

0 comments on commit 7ba7751

Please sign in to comment.