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 #1878

Merged
merged 1 commit into from May 2, 2024
Merged

feat(ubuntu): add 24.04 noble #1878

merged 1 commit into from May 2, 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)
  • This change requires a documentation update

How Has This Been Tested?

$ vuls scan
[Apr 30 15:54:58]  INFO [localhost] vuls-v0.25.2-build-20240430_155212_b1a364e
[Apr 30 15:54:58]  INFO [localhost] Start scanning
[Apr 30 15:54:58]  INFO [localhost] config: /home/mainek00n/github/github.com/MaineK00n/vuls/config.toml
[Apr 30 15:54:58]  INFO [localhost] Validating config...
[Apr 30 15:54:58]  INFO [localhost] Detecting Server/Container OS... 
[Apr 30 15:54:58]  INFO [localhost] Detecting OS of servers... 
[Apr 30 15:54:58]  INFO [localhost] (1/1) Detected: docker: ubuntu 24.04
[Apr 30 15:54:58]  INFO [localhost] Detecting OS of containers... 
[Apr 30 15:54:58]  INFO [localhost] Checking Scan Modes... 
[Apr 30 15:54:58]  INFO [localhost] Detecting Platforms... 
[Apr 30 15:55:00]  INFO [localhost] (1/1) docker is running on other
[Apr 30 15:55:00]  INFO [docker] Scanning OS pkg in fast mode


Scan Summary
================
docker	ubuntu24.04	341 installed





To view the detail, vuls tui is useful.
To send a report, run vuls report -h.

$ vuls report
[Apr 30 15:58:47]  INFO [localhost] vuls-v0.25.2-build-20240430_155702_b1a364e
[Apr 30 15:58:47]  INFO [localhost] Validating config...
...
[Apr 30 15:58:47]  INFO [localhost] Skip OVAL and Scan with gost alone.
[Apr 30 15:58:47]  INFO [localhost] docker: 0 CVEs are detected with OVAL
[Apr 30 15:58:49]  INFO [localhost] docker: 28 CVEs are detected with gost
[Apr 30 15:58:49]  INFO [localhost] docker: 0 CVEs are detected with CPE
[Apr 30 15:58:49]  INFO [localhost] docker: 0 PoC are detected
[Apr 30 15:58:49]  INFO [localhost] docker: 0 exploits are detected
[Apr 30 15:58:49]  INFO [localhost] docker: Known Exploited Vulnerabilities are detected for 0 CVEs
[Apr 30 15:58:50]  INFO [localhost] docker: Cyber Threat Intelligences are detected for 6 CVEs
[Apr 30 15:58:50]  INFO [localhost] docker: total 28 CVEs detected
[Apr 30 15:58:50]  INFO [localhost] docker: 0 CVEs filtered by --confidence-over=80
docker (ubuntu24.04)
====================
Total: 28 (Critical:0 High:5 Medium:20 Low:3 ?:0)
2/28 Fixed, 6 poc, 0 exploits, cisa: 0, uscert: 0, jpcert: 0 alerts
341 installed

+----------------+------+--------+-----+-----------+---------+--------------------------------+
|     CVE-ID     | CVSS | ATTACK | POC |   ALERT   |  FIXED  |            PACKAGES            |
+----------------+------+--------+-----+-----------+---------+--------------------------------+
| CVE-2023-27635 |  7.8 |  AV:L  |     |           | unfixed | debian-goodies                 |
+----------------+------+--------+-----+-----------+---------+--------------------------------+
...

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 requested a review from shino May 1, 2024 06:54
@MaineK00n MaineK00n marked this pull request as ready for review May 1, 2024 06:54
Copy link
Collaborator

@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.

Great!

@MaineK00n MaineK00n merged commit f3f6671 into master May 2, 2024
7 checks passed
@MaineK00n MaineK00n deleted the MaineK00n/ubuntu-24.04 branch May 2, 2024 07:56
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.

None yet

2 participants