mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 00:03:57 +01:00
bigint is unmaintained (#338)
This commit is contained in:
14
crates/bigint/RUSTSEC-0000-0000.toml
Normal file
14
crates/bigint/RUSTSEC-0000-0000.toml
Normal 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 = []
|
||||
Reference in New Issue
Block a user