vulnerability-lookup
vulnerability-lookup copied to clipboard
`details` in `osvSchema` as description
In GSD source, there is a description but under a different name.
https://vulnerability.circl.lu/vuln/gsd-2024-33903
"osvSchema": {
"aliases": [
"CVE-2024-33903"
],
"details": "In CARLA through 0.9.15.2, the collision sensor mishandles some situations involving pedestrians or bicycles, in part because the collision sensor function is not exposed to the Blueprint library.",
"id": "GSD-2024-33903",
"modified": "2024-04-29T05:02:07.295775Z",
"schema_version": "1.4.0"
}
I propose to use this field as description for the GSD source in the UI.
The JSONs are fairly random in GSD, we cannot expect the details field to be there all the time. Should we use this one as a default if present and keep it as it is otherwise?
Yep only if it's present and keep the default one.
Fixed.