Skip to content

Conversation

VinceMacBuche
Copy link
Contributor

@VinceMacBuche VinceMacBuche commented Aug 11, 2025

What did you implement:

Add support for debian 13 (trixie) which was released on Saturday 9th August 2025.

Type of change

Please delete options that are not relevant.

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

How Has This Been Tested?

$ vuls scan
[Aug 15 14:55:34]  INFO [localhost] vuls-v0.33.2-build-20250815_145326_9a252f0
[Aug 15 14:55:34]  INFO [localhost] Start scanning
[Aug 15 14:55:34]  INFO [localhost] config: /home/vuls/config.toml
[Aug 15 14:55:34]  INFO [localhost] Validating config...
[Aug 15 14:55:34]  INFO [localhost] Detecting Server/Container OS... 
[Aug 15 14:55:34]  INFO [localhost] Detecting OS of servers... 
[Aug 15 14:55:34]  INFO [localhost] (1/1) Detected: docker: debian 13.0
[Aug 15 14:55:34]  INFO [localhost] Detecting OS of containers... 
[Aug 15 14:55:34]  INFO [localhost] Checking Scan Modes... 
[Aug 15 14:55:34]  INFO [localhost] Detecting Platforms... 
[Aug 15 14:55:36]  INFO [localhost] (1/1) docker is running on other
[Aug 15 14:55:36]  INFO [docker] Scanning OS pkg in fast mode


Scan Summary
================
docker	debian13.0	326 installed





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

$ vuls report
[Aug 15 14:55:40]  INFO [localhost] vuls-v0.33.2-build-20250815_145326_9a252f0
[Aug 15 14:55:40]  INFO [localhost] Validating config...
[Aug 15 14:55:40]  INFO [localhost] cveDict.type=sqlite3, cveDict.url=, cveDict.SQLite3Path=/home/vuls/cve.sqlite3
[Aug 15 14:55:40]  INFO [localhost] ovalDict.type=sqlite3, ovalDict.url=, ovalDict.SQLite3Path=/home/vuls/oval.sqlite3
[Aug 15 14:55:40]  INFO [localhost] gost.type=sqlite3, gost.url=, gost.SQLite3Path=/home/vuls/gost.sqlite3
[Aug 15 14:55:40]  INFO [localhost] exploit.type=sqlite3, exploit.url=, exploit.SQLite3Path=/home/vuls/go-exploitdb.sqlite3
[Aug 15 14:55:40]  INFO [localhost] metasploit.type=sqlite3, metasploit.url=, metasploit.SQLite3Path=/home/vuls/go-msfdb.sqlite3
[Aug 15 14:55:40]  INFO [localhost] kevuln.type=sqlite3, kevuln.url=, kevuln.SQLite3Path=/home/vuls/go-kev.sqlite3
[Aug 15 14:55:40]  INFO [localhost] cti.type=sqlite3, cti.url=, cti.SQLite3Path=/home/vuls/go-cti.sqlite3
[Aug 15 14:55:40]  INFO [localhost] Loaded: /home/vuls/results/2025-08-15T14-55-36+0900
[Aug 15 14:55:41]  INFO [localhost] docker: 94 CVEs are detected with gost
[Aug 15 14:55:41]  INFO [localhost] docker: 0 CVEs are detected with CPE
[Aug 15 14:55:41]  INFO [localhost] docker: 0 PoC are detected
[Aug 15 14:55:41]  INFO [localhost] docker: 0 exploits are detected
[Aug 15 14:55:41]  INFO [localhost] docker: Known Exploited Vulnerabilities are detected for 0 CVEs
[Aug 15 14:55:41]  INFO [localhost] docker: Cyber Threat Intelligences are detected for 0 CVEs
[Aug 15 14:55:41]  INFO [localhost] docker: total 94 CVEs detected
[Aug 15 14:55:41]  INFO [localhost] docker: 0 CVEs filtered by --confidence-over=80
docker (debian13.0)
===================
Total: 94 (Critical:0 High:0 Medium:0 Low:0 ?:94)
0/94 Fixed, 0 poc, 0 exploits, 0 kevs, uscert: 0, jpcert: 0 alerts
326 installed

+---------------------+------+--------+-----+-----+-------+---------+----------------------------+
|       CVE-ID        | CVSS | Attack | PoC | KEV | Alert |  Fixed  |          Packages          |
+---------------------+------+--------+-----+-----+-------+---------+----------------------------+
| CVE-2005-2541       | 0.0  | local  |     |     |       | unfixed | tar                        |
+---------------------+------+--------+-----+-----+-------+---------+----------------------------+
| CVE-2007-2243       | 0.0  | local  |     |     |       | unfixed | openssh-client,            |
|                     |      |        |     |     |       |         | openssh-server,            |
|                     |      |        |     |     |       |         | openssh-sftp-server        |
+---------------------+------+--------+-----+-----+-------+---------+----------------------------+
...

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 changed the title [WIP] feat(debian): Add debian 13 (trixie) feat(gost/debian): support debian 13 (trixie) Aug 15, 2025
Copy link
Collaborator

@MaineK00n MaineK00n left a comment

Choose a reason for hiding this comment

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

LGTM

@MaineK00n MaineK00n merged commit ba9281c into future-architect:master Aug 15, 2025
7 checks passed
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