Skip to content

Commit d2aec04

Browse files
committed
Add advisory for bigint
1 parent 4565a92 commit d2aec04

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

crates/bigint/RUSTSEC-0000-0000.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
5+
package = "bigint"
6+
7+
date = "2020-05-07"
8+
9+
title = "Undefined Behavior"
10+
11+
categories = ["memory-corruption"]
12+
13+
keywords = ["ub", "undefined", "uninit"]
14+
15+
16+
# Enter a short-form description of the vulnerability here (mandatory)
17+
description = """
18+
Affected versions of this crate conatined multiple Unefined Behaviors
19+
Triggering Undefined Behavior can produce unknown results and thus isn't safe to use
20+
"""
21+
[versions]
22+
patched = []
23+

0 commit comments

Comments
 (0)