Commit 3b7e950
committed
schema: Support more Ubuntu quirks
Ubuntu keep adding items to their ecosystem strings, resulting in the
regex regularly failing and dropping all data. Instead, relax the regex
to allow it to parse only the start of the line. Having most of the data
is better than none. An example of this is "USN-7550-2.json".
Additionally, Ubuntu OSVs now include an ubuntu specific severity.
This otherwise matches the existing schema but is expected to contain a
simple string rather than the CVSS score. An example of this is
"UBUNTU-CVE-2025-9825.json".1 parent 762f17d commit 3b7e950
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
476 | 480 | | |
477 | 481 | | |
478 | 482 | | |
| |||
786 | 790 | | |
787 | 791 | | |
788 | 792 | | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
789 | 806 | | |
790 | 807 | | |
791 | 808 | | |
| |||
0 commit comments