Vuls Versions Save

Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices

v0.25.3

1 week ago

This release includes recently released Ubuntu 24.04 support, some additional features, and several bug fixes. We strongly recommend update to this version for Red Hat-like distribution users. Watch out corresponding goval-dictionary and gost updates!

New feature

(Potential) Incompatibilities

Bug fixes

Misc Changes

New Contributors

Full Changelog: https://github.com/future-architect/vuls/compare/v0.25.2...v0.25.3

v0.25.2

1 month ago

This release includes one additional feature and some bug fixes. If you use Amazon Linux 2023, you have to harry to update.

New feature

  • Some enterprise features of WPScan are now added to scan results.
    • 50580f6 feat(wpscan): support enterprise feature (#1875)

(Potential) Incompatibilities

  • Names and Versions of JAR-like files of scan results can be overwritten at vuls result phase.
    • These values after vuls scan phase may be incorrect or insufficient because Trivy's Java DB is not used at the phase.
    • Correct them at vuls report phase with the help of Java DB.
    • 99cf9db feat(detector/library): update JAR-like files' Name/Version in library list (#1874)

Bug fixes

  • Amazon Linux 2023 have changed its release version format in /etc/amazon-linux-release
    • It causes inability of EOL detection at vuls scan phase and failure of vulnerability detection at vuls report phase.
    • No vulnerabilities are detected unless this bug fix, please update quickly if you use Amazon Linux 2023.
    • e1df74c fix(amazon): use major version for checking eol, security advisories (#1873)

Misc Changes

  • e25ec99 chore(deps): bump github.com/aws/aws-sdk-go from 1.49.21 to 1.51.5 (#1881)
  • 472df0e chore(deps): update dictionary modules (#1877)
  • 7d5a47b chore(deps): bump github.com/docker/docker (#1880)
  • 426eb53 chore(deps): bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.4 (#1872)
  • bda089b chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#1871)
  • 02d1f6f chore(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#1868)

New Contributors

Full Changelog: https://github.com/future-architect/vuls/compare/v0.25.1...v0.25.2

v0.25.1

2 months ago

Caution

Version 0.25.0 is SKIPped. DON'T USE 0.25.0.

Highlights

(Potential) Incompatibilities

  • In previous versions, vuls did not output results when all scans had failed, now outputs results even when all scans failed

  • Due to Trivy dependency update (in Highlights), some of scan logic previously executed in vuls scan phase are moved to vuls report phase

    • If new vuls binary is used in vuls scan and older ones in vuls report, there can be missing vulnerabilities, don't do that
    • This only affects JAR-like lockfile scan

Misc changes

New Contributors

Full Changelog: https://github.com/future-architect/vuls/compare/v0.24.9...v0.25.1

v0.25.1-beta2

2 months ago

Changelog

  • 5af3226 fix(build): Change timeout to 60 minutes

v0.25.0

2 months ago

DONT USE THIS VERSION, SKIPPED

v0.25.1-beta1

2 months ago

Changelog

  • 18b4cbb Add 2 hour timeout

v0.24.9

3 months ago

Changelog

  • b9ebcf3 fix(scanner/windows): support when default shell is powershell (#1844)
  • 7e91f5e fix(contrib/trivy): fix convert for src package (#1842)
  • 76267a5 delete: cab validation (#1843)
  • ea84385 fix(scanner/macos): remove unnecessary error check (#1836)
  • d6589c2 chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#1837)
  • 6e07103 chore(deps): bump github.com/emersion/go-smtp from 0.20.1 to 0.20.2 (#1838)
  • b7e5bb2 chore(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#1831)
  • 91ed768 chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 (#1833)
  • 098f308 chore(deps): bump github.com/CycloneDX/cyclonedx-go from 0.7.2 to 0.8.0 (#1829)
  • 0e04d21 chore(deps): bump github.com/emersion/go-smtp from 0.20.0 to 0.20.1 (#1826)
  • f1005e5 chore(deps): bump github.com/emersion/go-smtp from 0.19.0 to 0.20.0 (#1824)
  • 1acc4d8 chore(deps): bump github.com/c-robinson/iplib from 1.0.7 to 1.0.8 (#1819)
  • eee6441 chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#1818)

v0.24.8

5 months ago

What's Changed

Full Changelog: https://github.com/future-architect/vuls/compare/v0.24.7...v0.24.8

v0.24.7

5 months ago

What's Changed

Full Changelog: https://github.com/future-architect/vuls/compare/v0.24.6...v0.24.7

v0.24.6

6 months ago

Changelog

  • ef29afb feat(scanner/windows): remove unnecessary cab (#1793)