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 8, 2020
1 parent 4565a92 commit e296e16
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions crates/bigint/RUSTSEC-0000-0000.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[advisory]
id = "RUSTSEC-0000-0000"

package = "bigint"

date = "2020-05-07"

title = "Undefined Behavior"

categories = ["memory-corruption"]

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

description = """
Affected versions of this crate contained multiple Undefined Behaviours
Triggering Undefined Behavior can produce unknown results and thus isn't safe to use
"""

[versions]
patched = []

0 comments on commit e296e16

Please sign in to comment.