Commit graph

24 commits

Author SHA1 Message Date
9925e0d28b starting to add in cna scrapers. first one is adobe. wrote up to index_hash method that allows me to pull a hash of all urls for each advisory id 2022-04-28 13:38:05 -05:00
db1ef2e01a added support for cisa known exploits json feed 2022-04-26 23:56:35 -05:00
3c6828f0fd make trickest use upsert_all 2022-04-22 12:12:45 -05:00
794648e0dd added gsd importer 2022-04-20 00:15:01 -05:00
ef3a454a26 add timestamps to github advisories so upsert_all works the best 2022-04-19 14:50:18 -05:00
3d6c30b8a1 adjust cve list importer simplify since we are using upsert_all 2022-04-19 10:46:58 -05:00
2b28810cf2 rubocop commit 2022-04-19 02:37:27 -05:00
dfbca14799 added cvemon in a worker now with upsert_all 2022-04-19 00:18:29 -05:00
44be58eeb3 add timestamps and some tricks to make sure i have all of my json keys before upsert_all is run 2022-04-18 22:07:22 -05:00
8ce7d5257c do a github api repository owner lookup and combine that api response with our github user lookup and put it all in GithubUser 2022-04-12 12:24:50 -05:00
d26395def2 if you create a text file at ./data/github_usernames.txt with one username per line GithubUserImporter will use this data to import a GithubUser for each one 2022-04-11 20:53:20 -05:00
db6afbfd59 now we pull github security advisories 2022-04-11 18:45:02 -05:00
4a0ce50305 make an importers dir in lib dir 2022-04-09 23:08:48 -05:00
7ca243b324 add support for CNA info 2022-04-07 18:15:21 -05:00
2d729a6999 added cvemon data support 2022-04-07 04:32:08 -05:00
73cdaabe3a add support for trickest poc cve github repo 2022-04-07 01:51:44 -05:00
4ae8f9e078 update README 2022-04-06 02:35:02 -05:00
c152086fad small adjustment to the way the inthewild_cve_exploits earliest_report data is stored 2022-04-06 02:21:18 -05:00
b439d4fc60 added a way to pull exploit feed info from inthewild.io exploits feed 2022-04-06 02:08:19 -05:00
b91923a9e4 added model and working importer for PoC in Github nomi-sec json data into postgres 2022-04-05 22:09:21 -05:00
8cbe59f55b make json rendering for cpes and cves 2022-04-04 13:18:03 -05:00
f075cd0284 some adjustments to the cvelist importer migrate and gemfiles 2022-04-01 14:07:49 -05:00
081bb068d5 added files for importing cves from cvelist repo to database 2022-04-01 13:36:20 -05:00
91aa86ad99 init commit rails new data_importer 2022-03-30 22:12:56 -05:00