We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33aaadd commit 5b2859bCopy full SHA for 5b2859b
crates/bigint/RUSTSEC-0000-0000.toml
@@ -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