Skip to content

Commit e296e16

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

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

crates/bigint/RUSTSEC-0000-0000.toml

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

0 commit comments

Comments
 (0)