Skip to content

Tags: jhb92/vuls

Tags

v0.15.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add test-case to verify proper version comparison in lessThan() (futu…

…re-architect#1178)

* Add test-case to verify proper version comparison when either/both/neither of newVer and ovalmodels.Package contain "_<minor version>"

* Rename vera to newVer in Test_lessThan()

* Fix oval/util_test.go formatting (make fmt)

Co-authored-by: Richard Alloway (OpenLogic) <ralloway@perforce.com>

v0.15.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(report) : Differences between vulnerability patched items (futur…

…e-architect#1157)

* add plusDiff() and minusDiff()
* add plusDiff minusDiff test

Co-authored-by: Kota Kanbe <kotakanbe@gmail.com>

v0.15.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(scan): warning if lsof command not found (future-architect#1167)

v0.15.6

Merge branch 'master' of github.com:future-architect/vuls

v0.15.5

Merge branch 'master' of github.com:future-architect/vuls

v0.15.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(saas) change saas upload s3 key (future-architect#1116)

v0.15.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(scan): skip wordpress scan for preudo servers (future-architect#1142

)

v0.15.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(config): err occurs when host not set in local-scan-mode (future-…

…architect#1129)

If host is not set in local scan mode, an error occurs.

v0.15.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: go mod update (future-architect#1125)

v0.15.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve implementation around config (future-architect#1122)

* refactor config

* fix saas config

* feat(config): scanmodule for each server in config.toml

* feat(config): enable to specify containersOnly in config.toml

* add new keys of config.toml to discover.go

* fix summary output, logging