bigint is unmaintained (#338)

This commit is contained in:
Ralf Jung
2020-07-24 17:34:48 +02:00
committed by GitHub
parent 33aaadd1fd
commit 5b2859bf58

View File

@@ -0,0 +1,14 @@
[advisory]
id = "RUSTSEC-0000-0000"
package = "bigint"
title = "bigint is unmaintained, use uint instead"
informational = "unmaintained"
date = "2020-05-07"
url = "https://github.com/paritytech/bigint/commit/7e71521a61b009afc94c91135353102658550d42"
description = """
The `bigint` crate is not maintained any more and contains several known bugs (including a soundness bug);
use [`uint`](https://crates.io/crates/uint) instead.
"""
[versions]
patched = []