mirror of
https://github.com/imjasonh/rustvulncheck
synced 2026-07-06 19:02:25 +00:00
chore: enrich vuln db (676 entries, 130 with symbols)
This commit is contained in:
parent
e94f12114e
commit
345eaabcf8
1 changed files with 18 additions and 1 deletions
19
vuln_db.json
19
vuln_db.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated_at": "unix:1779272461",
|
||||
"generated_at": "unix:1779295605",
|
||||
"entries": [
|
||||
{
|
||||
"advisory_id": "RUSTSEC-0000-0000",
|
||||
|
|
@ -10096,6 +10096,23 @@
|
|||
"commit_sha": "f992b80dedc1da7791b74ac01591e3336c41d893",
|
||||
"vulnerable_symbols": []
|
||||
},
|
||||
{
|
||||
"advisory_id": "RUSTSEC-2025-0162",
|
||||
"package": "vku",
|
||||
"title": "`VMABuffer::set_data` may allow out-of-bounds writes from safe code",
|
||||
"date": "2025-04-23",
|
||||
"patched_versions": [
|
||||
">= 0.4.0"
|
||||
],
|
||||
"commit_sha": "ce02c19ec35e5ee84c00ec5005be9d6d44599b5f",
|
||||
"vulnerable_symbols": [
|
||||
{
|
||||
"file": "src/vma_buffer.rs",
|
||||
"function": "vku::vma_buffer::VMABuffer::set_data",
|
||||
"change_type": "Modified"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"advisory_id": "RUSTSEC-2026-0001",
|
||||
"package": "rkyv",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue