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
without this change, the GenerateCanonicalID function produces a string like:
`CVE-1234-5678some vulnerability alias`
with this change, the GenerateCanonicalID function produces a string like:
`CVE-1234-5678:some vulnerability alias`
since the string is hashed, the colon delimiter changes the hash in a meaningful way
Signed-off-by: Sam Sanders <[email protected]>
0 commit comments