Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ubuntu): add 24.04 noble #249

Merged
merged 1 commit into from
May 1, 2024
Merged

feat(ubuntu): add 24.04 noble #249

merged 1 commit into from
May 1, 2024

Conversation

MaineK00n
Copy link
Collaborator

@MaineK00n MaineK00n commented Mar 19, 2024

What did you implement:

add ubuntu 24.04

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

$ gost fetch ubuntu 
INFO[04-30|15:41:03] Initialize Database 
INFO[04-30|15:41:04] Fetched                                  CVEs=48077
INFO[04-30|15:41:04] Insert Ubuntu into DB                    db=sqlite3
48077 / 48077 [-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------] 100.00% 490 p/s


$ sqlite3 gost.sqlite3 "SELECT EXISTS(SELECT * FROM ubuntu_release_patches WHERE release_name = 'noble')"
1

$ gost server
$ curl -s http://127.0.0.1:1325/ubuntu/2404/pkgs/linux/unfixed-cves | jq
{
  "CVE-2013-7445": {
    "public_date_at_usn": "1000-01-01T00:00:00Z",
    "crd": "1000-01-01T00:00:00Z",
    "candidate": "CVE-2013-7445",
    "public_date": "2015-10-16T01:59:00Z",
    "references": [
      {
        "reference": "https://lists.freedesktop.org/archives/dri-devel/2015-September/089778.html (potential start towards fixing)"
      },
...

Checklist:

You don't have to satisfy all of the following.

  • Write tests
  • Write documentation
  • Check that there aren't other open pull requests for the same issue/feature
  • Format your source code by make fmt
  • Pass the test by make test
  • Provide verification config / commands
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: YES

Reference

@MaineK00n MaineK00n force-pushed the MaineK00n/ubuntu-24.04 branch from 44a3dc0 to fba8fa1 Compare April 30, 2024 06:34
@MaineK00n MaineK00n marked this pull request as ready for review April 30, 2024 06:44
@MaineK00n MaineK00n requested a review from shino April 30, 2024 06:44
Copy link
Contributor

@shino shino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect!

@MaineK00n MaineK00n merged commit d47d2e7 into master May 1, 2024
6 checks passed
@MaineK00n MaineK00n deleted the MaineK00n/ubuntu-24.04 branch May 1, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants