Skip to content

Commit fc87de5

Browse files
1 parent a17f612 commit fc87de5

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-466c-pfvv-v83g",
4+
"modified": "2025-10-03T19:25:09Z",
5+
"published": "2025-10-03T19:25:09Z",
6+
"aliases": [],
7+
"summary": "wrflib has a soundness issue and is unmaintained",
8+
"details": "All functions under `wrflib::byte_extract` are simply wrapper of unsafe pointer offset and lacks sufficient checks to it pointer and offset parameter.\n\n`wrflib` is unmaintained.",
9+
"severity": [],
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "crates.io",
14+
"name": "wrflib"
15+
},
16+
"ranges": [
17+
{
18+
"type": "ECOSYSTEM",
19+
"events": [
20+
{
21+
"introduced": "0"
22+
},
23+
{
24+
"last_affected": "0.0.3"
25+
}
26+
]
27+
}
28+
]
29+
}
30+
],
31+
"references": [
32+
{
33+
"type": "PACKAGE",
34+
"url": "https://github.com/cruise-automation/webviz-rust-framework"
35+
},
36+
{
37+
"type": "WEB",
38+
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0072.html"
39+
}
40+
],
41+
"database_specific": {
42+
"cwe_ids": [
43+
"CWE-119"
44+
],
45+
"severity": "LOW",
46+
"github_reviewed": true,
47+
"github_reviewed_at": "2025-10-03T19:25:09Z",
48+
"nvd_published_at": null
49+
}
50+
}

0 commit comments

Comments
 (0)