mirror of
https://github.com/imjasonh/rustvulncheck
synced 2026-07-06 19:02:25 +00:00
chore: enrich vuln db (704 entries, 139 with symbols)
This commit is contained in:
parent
303e23be5e
commit
2bb4221079
1 changed files with 50 additions and 1 deletions
51
vuln_db.json
51
vuln_db.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated_at": "unix:1781285568",
|
||||
"generated_at": "unix:1781706517",
|
||||
"entries": [
|
||||
{
|
||||
"advisory_id": "RUSTSEC-0000-0000",
|
||||
|
|
@ -13231,6 +13231,55 @@
|
|||
"change_type": "Modified"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"advisory_id": "RUSTSEC-2026-0183",
|
||||
"package": "git2",
|
||||
"title": "Potential undefined behavior when calling Remote::list()",
|
||||
"date": "2026-05-12",
|
||||
"patched_versions": [
|
||||
">= 0.21.0"
|
||||
],
|
||||
"commit_sha": "0d1fde9993a8a544b8ac66414576d032dacd32e3",
|
||||
"vulnerable_symbols": [
|
||||
{
|
||||
"file": "src/remote.rs",
|
||||
"function": "git2::remote::Remote::list",
|
||||
"change_type": "Modified"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"advisory_id": "RUSTSEC-2026-0184",
|
||||
"package": "git2",
|
||||
"title": "Potential undefined behavior with Signature from a buffer-created BlameHunk",
|
||||
"date": "2026-05-13",
|
||||
"patched_versions": [
|
||||
">= 0.21.0"
|
||||
],
|
||||
"commit_sha": "19948b7ba104b2e7b5199f62e0e10247e577cea1",
|
||||
"vulnerable_symbols": [
|
||||
{
|
||||
"file": "src/blame.rs",
|
||||
"function": "git2::blame::BlameHunk::final_committer",
|
||||
"change_type": "Modified"
|
||||
},
|
||||
{
|
||||
"file": "src/blame.rs",
|
||||
"function": "git2::blame::BlameHunk::final_signature",
|
||||
"change_type": "Modified"
|
||||
},
|
||||
{
|
||||
"file": "src/blame.rs",
|
||||
"function": "git2::blame::BlameHunk::orig_committer",
|
||||
"change_type": "Modified"
|
||||
},
|
||||
{
|
||||
"file": "src/blame.rs",
|
||||
"function": "git2::blame::BlameHunk::orig_signature",
|
||||
"change_type": "Modified"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue