Skip to content

Commit 9121721

Browse files
authored
shaman unsound and unmaintain (#2321)
1 parent 2e45336 commit 9121721

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

crates/shaman/RUSTSEC-0000-0000.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "shaman"
5+
date = "2025-05-06"
6+
informational = "unsound"
7+
url = "https://crates.io/crates/shaman"
8+
categories = ["memory-corruption"]
9+
10+
[affected.functions]
11+
"shaman::cryptoutil::write_u64v_le" = ["<= 0.1.0"]
12+
"shaman::cryptoutil::write_u32v_le" = ["<= 0.1.0"]
13+
"shaman::cryptoutil::read_u64v_be" = ["<= 0.1.0"]
14+
"shaman::cryptoutil::read_u64v_le" = ["<= 0.1.0"]
15+
"shaman::cryptoutil::read_u32v_be" = ["<= 0.1.0"]
16+
"shaman::cryptoutil::read_u32v_le" = ["<= 0.1.0"]
17+
18+
[versions]
19+
patched = []
20+
unaffected = []
21+
```
22+
23+
# soundness issue and unmaintained
24+
`shaman::cryptoutil::write_u64v_le` and other functions mentioned above cannot garantee memory safety of get_unchecked later if both length are zero.
25+
26+
`shaman` is unmaintained.

0 commit comments

Comments
 (0)