Commit graph

35 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
3a32d6086f add route 2022-04-27 01:31:57 -05:00
763de4b83d added some methods for querying the vuln data 2022-04-27 01:20:40 -05:00
01a9373cfd added route for cisa known exploits 2022-04-27 01:11:36 -05:00
db1ef2e01a added support for cisa known exploits json feed 2022-04-26 23:56:35 -05:00
c7e3bf4fb7 fix cpe importer worker using non existant import method. we need donwload_and_import method instead 2022-04-20 19:05:44 -05:00
794648e0dd added gsd importer 2022-04-20 00:15:01 -05:00
2b28810cf2 rubocop commit 2022-04-19 02:37:27 -05:00
c4240a4b2e typo 2022-04-19 02:09:49 -05:00
1f8de20b88 fix poc in github job 2022-04-19 02:02:07 -05:00
59fba273f6 added trickest_poc_cve_importer_worker 2022-04-19 00:36:01 -05:00
2f28ebae73 added poc_in_github_importer_worker 2022-04-19 00:34:19 -05:00
785a02b53c added inthewild_cve_exploit_importer_worker 2022-04-19 00:32:40 -05:00
387c869c6e add github_user_importer_worker 2022-04-19 00:30:46 -05:00
f2396126e3 add github_advisory_importer_worker 2022-04-19 00:28:04 -05:00
941766c9a4 add cpe_importer_worker 2022-04-19 00:25:44 -05:00
dfbca14799 added cvemon in a worker now with upsert_all 2022-04-19 00:18:29 -05:00
6f02a95a4a begin with workers. first add a cna worker 2022-04-18 17:27:31 -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
5b859c6986 make query ILIKE instead of LIKE for case insensitive searches like google or Google 2022-04-07 18:48:24 -05:00
5b1cb76e29 do a fuzzy search incase we just wanna do like microsoft/google/one word orgname searches 2022-04-07 18:29:52 -05:00
4881609ee7 add a route to search via orgname 2022-04-07 18:26:42 -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
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
bc06defa7c added controller and view for github_poc 2022-04-05 22:22:23 -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
8d40ec1665 just make cves controller render it all as json for now 2022-04-05 12:36:32 -05:00
7f8dbc606e experimenting with adding a route to show cves for specific year 2022-04-05 12:33:51 -05:00
8cbe59f55b make json rendering for cpes and cves 2022-04-04 13:18:03 -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