mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-19 18:05:46 +01:00
Add unmaintained crate informational advisory: cassandra
No releases since 2016 and no responses from the author about its maintenance status: https://github.com/tupshin/cassandra-rs/issues/52 Recommending `cassandra-cpp`, a maintained fork, as a successor: https://github.com/Metaswitch/cassandra-rs
This commit is contained in:
16
crates/cassandra/RUSTSEC-0000-0000.toml
Normal file
16
crates/cassandra/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "cassandra"
|
||||
title = "`cassandra` crate is unmaintained; use `cassandra-cpp` instead"
|
||||
informational = "unmaintained"
|
||||
date = "2016-12-15"
|
||||
url = "https://github.com/tupshin/cassandra-rs/issues/52"
|
||||
unaffected_versions = ["> 0.8.1"] # last release
|
||||
description = """
|
||||
The `cassandra` crate has not seen a release since December 2016, and its author
|
||||
is unresponsive.
|
||||
|
||||
The `cassandra-cpp` crate is a maintained fork:
|
||||
|
||||
https://github.com/Metaswitch/cassandra-rs
|
||||
"""
|
||||
Reference in New Issue
Block a user