{"id":47322616,"url":"https://github.com/hammackj/kekkan","last_synced_at":"2026-03-17T18:28:51.652Z","repository":{"id":3879306,"uuid":"4965912","full_name":"hammackj/kekkan","owner":"hammackj","description":"Kekkan is a parser for NIST Version 2 CVE and CPE XML files.","archived":false,"fork":false,"pushed_at":"2017-02-12T02:11:31.000Z","size":51,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-04T23:49:35.547Z","etag":null,"topics":["nvd2","ruby","security","xml-parser"],"latest_commit_sha":null,"homepage":"http://hammackj.github.io/kekkan","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hammackj.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-09T22:42:19.000Z","updated_at":"2017-08-06T22:33:59.000Z","dependencies_parsed_at":"2022-08-20T23:40:15.508Z","dependency_job_id":null,"html_url":"https://github.com/hammackj/kekkan","commit_stats":null,"previous_names":["arxopia/kekkan"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hammackj/kekkan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hammackj%2Fkekkan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hammackj%2Fkekkan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hammackj%2Fkekkan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hammackj%2Fkekkan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hammackj","download_url":"https://codeload.github.com/hammackj/kekkan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hammackj%2Fkekkan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30628412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nvd2","ruby","security","xml-parser"],"created_at":"2026-03-17T18:28:48.968Z","updated_at":"2026-03-17T18:28:51.644Z","avatar_url":"https://github.com/hammackj.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Kekkan\n\n[![Gem Version](https://badge.fury.io/rb/kekkan.png)](http://badge.fury.io/rb/kekkan)\n[![Build Status](https://travis-ci.org/hammackj/kekkan.png?branch=master)](https://travis-ci.org/hammackj/kekkan)  \n[![Code Climate](https://codeclimate.com/github/hammackj/kekkan/badges/gpa.svg)](https://codeclimate.com/github/hammackj/kekkan)\n[![Inline docs](http://inch-ci.org/github/hammackj/kekkan.png)](http://inch-ci.org/github/hammackj/kekkan)\n\nKekkan is a parser and [ActiveRecord](http://api.rubyonrails.org/classes/ActiveRecord/Base.html) database for [NVD](https://web.nvd.nist.gov) version 2.0 CVE and CPE XML files. The CVE feed can be found on the NVD [here](https://nvd.nist.gov/download.cfm#CVE_FEED).\n\nThe name comes from the Japanese word for 'flaw/defect'.\n\n# Requirements\n\n##Ruby\nKeigan has been tested with ruby-1.9.2-p320, ruby-1.9.3-p125. Please try to use one of these versions if possible. I recommend using RVM to setup your ruby environment you can get it [here](https://rvm.beginrescueend.com/).\n\n### RubyGems\nKekkan relies heavily on [RubyGems](http://rubygems.org/) to install other dependencies I highly recommend using it. RubyGems is included by default in the 1.9.x versions of [Ruby](http://ruby-lang.org/).\n\n- rails\n- yaml\n- nokogiri\n\n# Installation\nInstallation is really easy just gem install!\n\n\t% gem install kekkan\n\n## Database Setup\n\n\t% kekkan --create-config\n\t% $EDITOR kekkan.cfg\n\t% kekkan --create-tables\n\n1. Generate the kekkan.cfg file.\n2. Edit the kekkan.cfg file, filling in the variables as needed.\n3. Migrate the database schema.\n\n## Parsing NVD CVE XML\n\n\t% kekkan nvdcve-2.0-2012.xml [nvdcve-2.0-2011.xml ...]\n\n1. Parse the files by passing their names on the command line.\n\n# Viewing Data\nThe data can be queried with a built in console or with an external database viewer. The data is mostly for consumption from another program.\n\n\t% kekkan --console\n\n# Contributing\nIf you would like to contribute bug fixes/etc to Kekkan. The easiest way is to fork the project on [github](http://github.com/hammackj/kekkan) and make the changes in your fork and the submit a pull request to the project.\n\n# Issues\nIf you have any problems, bugs or feature requests please use the [github issue tracker](http://github.com/hammackj/kekkan/issues).\n\n# Contact\nYou can reach the team at jacob.hammack[at]hammackj[dot]com.\n\nYou can also contact the team on IRC on irc.freenode.net, #risu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhammackj%2Fkekkan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhammackj%2Fkekkan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhammackj%2Fkekkan/lists"}