Cisco-Talos / cvdupdate

ClamAV Private Database Mirror Updater Tool
Apache License 2.0
93 stars 35 forks source link

Add new version check to cvdupdate #13

Closed micahsnyder closed 3 years ago

micahsnyder commented 3 years ago

Add some sort of cvdupdate version check to notify users if there is a newer versions.
Ideally cvdupdate would update itself as well, but I don't know if there's a safe way to do that with pip packages, as it could be run globally or with --user or in a virtual env, etc.