No commit activity in last 3 years
No release in over 3 years
CVE decoder to pull the root link from a CVE posted in chat.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 0.8
~> 0.6
~> 10.4
~> 3.4
~> 0.11

Runtime

~> 4
 Project Readme

lita-onewheel-cve

buildstatus coveragestatus license rubygems codeclimate gemnasium

Puts out links to CVEs when they're posted in chat.

Configuration

Optionally, override the default CVE search URL in your Lita configuration:

config.handlers.onewheel_cve.search_url = 'http://example.com/cve?id='

Installation

Add lita-onewheel-cve to your Lita instance's Gemfile:

gem 'lita-onewheel-cve'

Usage

When someone mentions 'CVE-1234-1234' it'll post a link to http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=1234-1234.

That's all, folks!