mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-13 21:18:11 +01:00
16 lines
548 B
TOML
16 lines
548 B
TOML
[advisory]
|
|
id = "RUSTSEC-2020-0016"
|
|
package = "net2"
|
|
date = "2020-05-01" # date when deprecation was announced on project README
|
|
title = "`net2` crate has been deprecated; use `socket2` instead"
|
|
informational = "unmaintained"
|
|
url = "https://github.com/deprecrated/net2-rs/commit/3350e3819adf151709047e93f25583a5df681091"
|
|
description = """
|
|
The [`net2`](https://crates.io/crates/net2) crate has been deprecated
|
|
and users are encouraged to considered [`socket2`](https://crates.io/crates/socket2) instead.
|
|
"""
|
|
|
|
[versions]
|
|
unaffected = []
|
|
patched = []
|