Closed MaineK00n closed 3 years ago
When I looked in the DB, I found that the date: OffensiveSecurityTime part was null. This has been fixed.
// upstream/master: go-exploitdb fetch exploitdb $ sqlite3 go-exploitdb.sqlite3 SQLite version 3.31.1 2020-01-27 19:55:54 Enter ".help" for usage hints. sqlite> select offensive_security_id, date from documents LIMIT 3; offensive_security_id|date 1| 2| 3| // PR: go-exploitdb fetch exploitdb $ sqlite3 go-exploitdb.sqlite3 sqlite> select offensive_security_id, date from documents LIMIT 3; offensive_security_id|date 1|2008-06-22 00:00:00+00:00 2|2008-06-22 00:00:00+00:00 3|2016-06-06 00:00:00+00:00
You don't have to satisfy all of the following.
make fmt
make test
Is this ready for review?: YES
What did you implement:
When I looked in the DB, I found that the date: OffensiveSecurityTime part was null. This has been fixed.
Type of change
How Has This Been Tested?
Checklist:
You don't have to satisfy all of the following.
make fmt
make test
Is this ready for review?: YES
Reference