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.10 oracular #2055

Merged
merged 1 commit into from
Nov 1, 2024
Merged

feat(ubuntu): add 24.10 oracular #2055

merged 1 commit into from
Nov 1, 2024

Conversation

MaineK00n
Copy link
Collaborator

@MaineK00n MaineK00n commented Oct 30, 2024

If this Pull Request is work in progress, Add a prefix of “[WIP]” in the title.

What did you implement:

add ubuntu 24.10

Type of change

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

How Has This Been Tested?

$ vuls scan
...
[Oct 31 01:01:15]  INFO [localhost] Validating config...
[Oct 31 01:01:15]  INFO [localhost] Detecting Server/Container OS... 
[Oct 31 01:01:15]  INFO [localhost] Detecting OS of servers... 
[Oct 31 01:01:15]  INFO [localhost] (1/1) Detected: docker: ubuntu 24.10
[Oct 31 01:01:15]  INFO [localhost] Detecting OS of containers... 
[Oct 31 01:01:15]  INFO [localhost] Checking Scan Modes... 
[Oct 31 01:01:15]  INFO [localhost] Detecting Platforms... 
[Oct 31 01:01:17]  INFO [localhost] (1/1) docker is running on other
[Oct 31 01:01:17]  INFO [docker] Scanning OS pkg in fast mode


Scan Summary
================
docker	ubuntu24.10	312 installed





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

$ vuls report
...
[Oct 31 01:05:06]  INFO [localhost] Skip OVAL and Scan with gost alone.
[Oct 31 01:05:06]  INFO [localhost] docker: 0 CVEs are detected with OVAL
[Oct 31 01:05:07]  INFO [localhost] docker: 15 CVEs are detected with gost
[Oct 31 01:05:07]  INFO [localhost] docker: 0 CVEs are detected with CPE
[Oct 31 01:05:07]  INFO [localhost] docker: 0 PoC are detected
[Oct 31 01:05:07]  INFO [localhost] docker: 0 exploits are detected
[Oct 31 01:05:07]  INFO [localhost] docker: Known Exploited Vulnerabilities are detected for 0 CVEs
[Oct 31 01:05:07]  INFO [localhost] docker: Cyber Threat Intelligences are detected for 0 CVEs
[Oct 31 01:05:07]  INFO [localhost] docker: total 15 CVEs detected
[Oct 31 01:05:07]  INFO [localhost] docker: 0 CVEs filtered by --confidence-over=80
docker (ubuntu24.10)
====================
Total: 15 (Critical:0 High:0 Medium:4 Low:11 ?:0)
0/15 Fixed, 0 poc, 0 exploits, 0 kevs, uscert: 0, jpcert: 0 alerts
312 installed

+----------------+------+--------+-----+-----+-----------+---------+--------------------------------+
|     CVE-ID     | CVSS | ATTACK | POC | KEV |   ALERT   |  FIXED  |            PACKAGES            |
+----------------+------+--------+-----+-----+-----------+---------+--------------------------------+
| CVE-2021-31879 |  6.9 |        |     |     |           | unfixed | wget                           |
+----------------+------+--------+-----+-----+-----------+---------+--------------------------------+
...

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 self-assigned this Oct 30, 2024
@MaineK00n MaineK00n requested a review from shino October 31, 2024 21:30
@MaineK00n MaineK00n marked this pull request as ready for review October 31, 2024 21:30
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.

Perfect!

@MaineK00n MaineK00n merged commit c4de5e8 into master Nov 1, 2024
7 checks passed
@MaineK00n MaineK00n deleted the MaineK00n/patch-1 branch November 1, 2024 06:53
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