github future-architect/vuls v0.18.0

latest releases: v0.26.0, v0.26.0-rc2, v0.26.0-alpha3...
3 years ago

The schema of the DB and Reis has been changed.
Please update each dictionary, delete the old DB, and then fetch it again.

NOTE
In this Release, we are changing the architecture of Redis.

// delete all old key
$ redis-cli keys "CVE#*" | xargs redis-cli del
$ redis-cli keys "EXPLOIT#*" | xargs redis-cli del
$ redis-cli keys "METASPLOIT#*" | xargs redis-cli del
$ redis-cli keys "OVAL#*" | xargs redis-cli del

We recommend vulsctl/docker, which will automatically upgrade vuls and the dictionary binaries every time you run it.
https://github.com/vulsio/vulsctl/tree/master/docker

Changelog

f047a6f breaking-change: Update vuls-dictionaries (#1307)

Don't miss a new vuls release

NewReleases is sending notifications on new releases.