- 
                Notifications
    You must be signed in to change notification settings 
- Fork 207
Open
Labels
Needs DiscussionDiscuss in a future QWG meeting or on mailing listDiscuss in a future QWG meeting or on mailing listbugSomething isn't workingSomething isn't workingsection:descriptionSchema location is descriptionSchema location is description
Description
More and More CVES are starting to contain hidden formatting characters and extra spaces that should likely be supported on CVE.org, or the schema should specify that the description is a unicode string.
I will use CVE-2024-44995 as an example of this issue:
As submitted in the JSON File:
In the Linux kernel, the following vulnerability has been resolved:\n\nnet: hns3: fix a deadlock problem when config TC during resetting\n\nWhen config TC during the reset process, may cause a deadlock, the flow is\nas below:\n                             pf reset start\n                                 │\n                                 ▼\n                              ......\nsetup tc                         │\n    │                            ▼\n    ▼                      DOWN: napi_disable()\nnapi_disable()(skip)             │\n    │                            │\n    ▼                            ▼\n  ......                      ......\n    │                            │\n    ▼                            │\nnapi_enable()                    │\n                                 ▼\n                           UINIT: netif_napi_del()\n                                 │\n                                 ▼\n                              ......\n                                 │\n                                 ▼\n                           INIT: netif_napi_add()\n                                 │\n                                 ▼\n                              ......                 global reset start\n                                 │                      │\n                                 ▼                      ▼\n                           UP: napi_enable()(skip)    ......\n                                 │                      │\n                                 ▼                      ▼\n                              ......                 napi_disable()\n\nIn reset process, the driver will DOWN the port and then UINIT, in this\ncase, the setup tc process will UP the port before UINIT, so cause the\nproblem. Adds a DOWN process in UINIT to fix it."
As Rendered on CVE.org:

Here is a CSV with CVEs that are causing the most issues matching against a string:
SpecialDescription.csv
Metadata
Metadata
Assignees
Labels
Needs DiscussionDiscuss in a future QWG meeting or on mailing listDiscuss in a future QWG meeting or on mailing listbugSomething isn't workingSomething isn't workingsection:descriptionSchema location is descriptionSchema location is description
