vulsio / go-exploitdb

Tool for searching Exploits from Exploit Databases, etc.
MIT License
249 stars 56 forks source link

fix(rdb): fix delete old records #61

Closed MaineK00n closed 3 years ago

MaineK00n commented 3 years ago

What did you implement:

Fixes the deletion of old records done by fetch exploitdb.

Type of change

How Has This Been Tested?

$ make fetch-rdb
$ make fetch-rdb
$ make fetch-redis
$ make diff-server-rdb-redis

Checklist:

You don't have to satisfy all of the following.

Is this ready for review?: YES

Reference