File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments