crescentrose / crescentrose/sunshine
RUSTSEC-2020-0016: `net2` crate has been deprecated; use `socket2` instead
- Dominant language
- Rust
- Stars
- 23
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
> `net2` crate has been deprecated; use `socket2` instead
| Details | |
| ------------------- | ---------------------------------------------- |
| Status | unmaintained |
| Package | `net2` |
| Version | `0.2.34` |
| URL | [https://github.com/deprecrated/net2-rs/commit/3350e3819adf151709047e93f25583a5df681091](https://github.com/deprecrated/net2-rs/commit/3350e3819adf151709047e93f25583a5df681091) |
| Date | 2020-05-01 |
The [`net2`](https://crates.io/crates/net2) crate has been deprecated
and users are encouraged to considered [`socket2`](https://crates.io/crates/socket2) instead.
See [advisory page](https://rustsec.org/advisories/RUSTSEC-2020-0016.html) for additional details.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the dependency declaration for `net2` and searching the repository for its usages. Review how `socket2` can replace those usages, then run the project's existing tests; done means the deprecated `net2` dependency and its references have been replaced without regressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100