-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #318 from Qwaz/failure-336
Informational advisory for rust-lang-deprecated/failure#336
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[advisory] | ||
id = "RUSTSEC-0000-0000" | ||
package = "failure" | ||
date = "2019-11-13" | ||
informational = "unsound" | ||
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. | ||
Users who derive `Fail` trait are not affected. | ||
""" | ||
|
||
[affected] | ||
functions = { "failure::Fail::__private_get_type_id__" = [">= 0.1.0"] } | ||
|
||
[versions] | ||
patched = [] |