Update OSV exported data

This commit is contained in:
github-actions
2026-07-06 22:19:54 +00:00
parent c14d64e3b9
commit 63a448387b

View File

@@ -0,0 +1,63 @@
{
"id": "RUSTSEC-2026-0204",
"modified": "2026-07-06T22:19:41Z",
"published": "2026-07-06T12:00:00Z",
"aliases": [],
"related": [],
"summary": "Invalid pointer dereference in `fmt::Pointer` impl for `Atomic` and `Shared` when the underlying pointer is invalid",
"details": "Affected versions of `fmt::Display` dereference the underlying pointer. This causes a invalid pointer dereference e.g., when a pointer created with `Atomic::null` or `Shared::null`. `fmt::Debug` impls and pre-0.9 `fmt::Display` impls, which do not dereference pointers, are not affected by this issue.",
"severity": [],
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "crossbeam-epoch",
"purl": "pkg:cargo/crossbeam-epoch"
},
"ecosystem_specific": {
"affects": {
"arch": [],
"os": [],
"functions": []
},
"affected_functions": null
},
"database_specific": {
"categories": [],
"cvss": null,
"informational": null
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0.9.0"
},
{
"fixed": "0.9.20"
}
]
}
],
"versions": []
}
],
"references": [
{
"type": "PACKAGE",
"url": "https://crates.io/crates/crossbeam-epoch"
},
{
"type": "ADVISORY",
"url": "https://rustsec.org/advisories/RUSTSEC-2026-0204.html"
},
{
"type": "WEB",
"url": "https://github.com/crossbeam-rs/crossbeam/pull/1276"
}
],
"database_specific": {
"license": "CC0-1.0"
}
}