Skip to content

Commit

Permalink
Add advisory for bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed May 7, 2020
1 parent 4565a92 commit d2aec04
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions crates/bigint/RUSTSEC-0000-0000.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

[advisory]
id = "RUSTSEC-0000-0000"

package = "bigint"

date = "2020-05-07"

title = "Undefined Behavior"

categories = ["memory-corruption"]

keywords = ["ub", "undefined", "uninit"]


# Enter a short-form description of the vulnerability here (mandatory)
description = """
Affected versions of this crate conatined multiple Unefined Behaviors
Triggering Undefined Behavior can produce unknown results and thus isn't safe to use
"""
[versions]
patched = []

0 comments on commit d2aec04

Please sign in to comment.