vulnerability-lookup icon indicating copy to clipboard operation
vulnerability-lookup copied to clipboard

`details` in `osvSchema` as description

Open adulau opened this issue 1 year ago • 2 comments

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.

adulau avatar May 21 '24 13:05 adulau

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?

Rafiot avatar May 21 '24 13:05 Rafiot

Yep only if it's present and keep the default one.

adulau avatar May 21 '24 14:05 adulau

Fixed.

adulau avatar Oct 21 '24 07:10 adulau