Skip to content

Commit b3d6563

Browse files
oherralapinkforest
andauthored
Add unmaintained buf_redux (#1614)
* Add unmaintained advisory of buf_redux Fixes #1602 * Fil in the advisory * Wording fixes * Typo fix * Wording fixes * Grammar * Alloc not core crate for Vec * Add fork option --------- Co-authored-by: pinkforest <[email protected]>
1 parent 6035ece commit b3d6563

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

crates/buf_redux/RUSTSEC-0000-0000.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "buf_redux"
5+
date = "2023-01-24"
6+
url = "https://github.com/abonander/buf_redux/issues"
7+
informational = "unmaintained"
8+
9+
[versions]
10+
patched = []
11+
```
12+
13+
# buf_redux is Unmaintained
14+
15+
Last release was over three years ago.
16+
17+
The maintainer(s) have been unreachable to respond to any issues that may or may not include security issues.
18+
19+
The repository is now archived and there is no security policy in place to contact the maintainer(s) otherwise.
20+
21+
The safety-undocumented unsafe in the crate may or may not be safe to use.
22+
23+
The crate also has a current future incompatibility warning [buf_redux/23](https://github.com/abonander/buf_redux/issues/23).
24+
25+
## Possible Alternatives
26+
27+
The below may or may not provide alternative(s)
28+
29+
- Rust alloc / std vec::Vec, collections::VecDeque
30+
- [buffer-redux](https://crates.io/crates/buffer-redux) - fork
31+
- [bytes](https://crates.io/crates/bytes)
32+
- [crates.io search for 'buffer'](https://crates.io/keywords/buffer)

0 commit comments

Comments
 (0)