The source project of this merge request has been removed.
tracker_service: display CVE entries using natural sort order
tracker_service: display CVE entries using natural sort order to avoid annoying confusions with normal sort due to e.g. CVE-2021-3392 considered higher than CVE-2021-20203
make_table/gen_summary doesn't seem meant for sorting entries, so doing this at the SQL level.
Future SQLite versions might include natsort directly, cf. https://sqlite.org/forum/forumpost/e4dc6f3331