Skip to content

Commit 5b2859b

Browse files
authored
bigint is unmaintained (#338)
1 parent 33aaadd commit 5b2859b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

crates/bigint/RUSTSEC-0000-0000.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[advisory]
2+
id = "RUSTSEC-0000-0000"
3+
package = "bigint"
4+
title = "bigint is unmaintained, use uint instead"
5+
informational = "unmaintained"
6+
date = "2020-05-07"
7+
url = "https://github.com/paritytech/bigint/commit/7e71521a61b009afc94c91135353102658550d42"
8+
description = """
9+
The `bigint` crate is not maintained any more and contains several known bugs (including a soundness bug);
10+
use [`uint`](https://crates.io/crates/uint) instead.
11+
"""
12+
13+
[versions]
14+
patched = []

0 commit comments

Comments
 (0)