mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-21 10:58:04 +01:00
Its absence breaks older versions of cargo-audit:
$ cargo audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
error: error loading advisory database: couldn't parse data: missing field `patched_versions` for key `advisory`
Exited with code 1
18 lines
475 B
TOML
18 lines
475 B
TOML
[advisory]
|
|
id = "RUSTSEC-2016-0004"
|
|
package = "libusb"
|
|
title = "libusb is unmaintained; use rusb instead"
|
|
informational = "unmaintained"
|
|
date = "2016-09-10"
|
|
unaffected_versions = ["> 0.3.0"] # last release
|
|
patched_versions = []
|
|
url = "https://github.com/dcuddeback/libusb-rs/issues/33"
|
|
description = """
|
|
The `libusb` crate has not seen a release since September 2016, and its author
|
|
is unresponsive.
|
|
|
|
The `rusb` crate is a maintained fork:
|
|
|
|
https://github.com/a1ien/rusb
|
|
"""
|