You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While a rough idea in my mind, would be to map access the git message(maybe by downloading the message) and perform the mapping? But agree, without fetching the commit, it's difficult to get the mapping programmatically.
oliverchang
added
backlog
Important but currently unprioritized
and removed
stale
The issue or PR is stale and pending automated closure
labels
Sep 25, 2024
Describe the bug
Hi Team,
I am playing with the OSV API for checking vulnerabilities in the kernel repositories, and on trying the cli, I got the following results -
Picking one the vulnerabilities from the output -
GSD-2022-1000409
, I wanted to check the commit hash which fixes the issue - https://osv.dev/vulnerability/GSD-2022-1000409The solution fix (
0838d6d68182f0b28a5434bc6d50727c4757e35b
) - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ doesn't lie in the given repository, and on checking the link, I see that it lies in an external fork - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0838d6d68182f0b28a5434bc6d50727c4757e35bThe commit message itself suggests that the fix is an upstream commit -
To Reproduce
Provided above
Expected behaviour
The solution fix should lie in the upstream branch(or atleast should be present in the fork)
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: