Skip to content

Releases: future-architect/vuls

v0.25.3

10 May 10:04
ef2be3d
Compare
Choose a tag to compare

Changelog

  • ef2be3d feat(detect/redhat): detect unpatched vulnerabilities with oval, stop using gost (#1907)
  • 827f2cb chore(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#1910)
  • 4cb4ec4 chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 (#1909)
  • 81f3d5f chore(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 (#1908)
  • f3f6671 feat(ubuntu): add 24.04 noble (#1878)
  • bca59ff chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 (#1903)
  • 3f98fbc style(log) fix trivy scan page link (#1902)
  • 73dc95f fix(detector/suse): support when advisory.cves has both NVD and SUSE evaluations (#1899)
  • 04bdaab chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#1898)
  • 8f40251 (fix) Exclude dev dependencies from npm's package-lock.json and Fix Java DB download endpoint (#1893)
  • cfbe47b chore: fix some typos in comments (#1897)
  • a6cafab style(log) config.toml template docs url (#1894)
  • d1137ad chore(deps): bump github.com/emersion/go-smtp from 0.21.0 to 0.21.1 (#1896)
  • 6181e1c chore(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 (#1890)
  • 5f0abc9 chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#1891)
  • 3cdd2e1 chore(deps): bump github.com/emersion/go-smtp from 0.20.2 to 0.21.0 (#1888)
  • 867bf63 TLS insecure option adding (#1220)
  • 5d5dcd5 chore(deps): bump github.com/aquasecurity/trivy from 0.49.1 to 0.50.1 (#1885)

v0.25.2

22 Mar 07:59
e25ec99
Compare
Choose a tag to compare

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.

(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: v0.25.1...v0.25.2

v0.25.1

11 Mar 01:40
75c1956
Compare
Choose a tag to compare

Caution

Version 0.25.0 is SKIPped. DON'T USE 0.25.0.

Highlights

  • Trivy dependency is updated, 0.35.0 to 0.49.1

    • Dart's pubspec.lock, Elixir's mix.lock, Swift's Podfile.lock and Package.resolved are newly
      detected by lockfile scan, these can be auto detected (findLock = true)
    • Rust's binary can also be scanned as lockfile, but not auto detected
    • Related PRs
      • Update trivy from 0.35.0 to 0.49.1 by @shino in #1806
      • fix(detector): library.Scan move to detector by @MaineK00n in #1864
      • Avoid to use sync.Once inside trivy javadb Updater by @shino in #1859
  • Add PURL (Package URL) in scan results

(Potential) Incompatibilities

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

    • Related PRs
      • fix(scanner): output all results even if all fail by @MaineK00n in #1866
      • refactor(config): move syslogconf to config/syslog package by @MaineK00n in #1865
  • 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: v0.24.9...v0.25.1

v0.25.1-beta2

11 Mar 00:58
Compare
Choose a tag to compare
v0.25.1-beta2 Pre-release
Pre-release

Changelog

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

v0.25.1-beta1

08 Mar 05:56
Compare
Choose a tag to compare
v0.25.1-beta1 Pre-release
Pre-release

Changelog

v0.25.0

08 Mar 06:35
b8320c0
Compare
Choose a tag to compare
v0.25.0 Pre-release
Pre-release

DONT USE THIS VERSION, SKIPPED

v0.24.9

08 Feb 02:07
b9ebcf3
Compare
Choose a tag to compare

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

17 Dec 20:42
bbf53c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.7...v0.24.8

v0.24.7

15 Dec 07:35
b2c9117
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.6...v0.24.7

v0.24.6

20 Nov 03:16
ef29afb
Compare
Choose a tag to compare

Changelog

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