lita-onewheel-cve
|buildstatus| |coveragestatus| |license| |rubygems| |codeclimate| |gemnasium|
- .. |buildstatus| image
-
travis-ci.org/onewheelskyward/lita-onewheel-cve.svg?branch=master
:target: https://travis-ci.org/onewheelskyward/lita-onewheel-cve
- .. |coveragestatus| image
-
coveralls.io/repos/github/onewheelskyward/lita-onewheel-cve/badge.svg?branch=master
:target: https://coveralls.io/github/onewheelskyward/lita-onewheel-cve?branch=master
- .. |license| image
:target: https://tldrlegal.com/license/mit-license
- .. |rubygems| image
:target: https://rubygems.org/gems/lita-onewheel-cve
- .. |codeclimate| image
-
img.shields.io/codeclimate/github/onewheelskyward/lita-onewheel-cve.svg
:target: https://codeclimate.com/github/onewheelskyward/lita-onewheel-cve
- .. |gemnasium| image
-
img.shields.io/gemnasium/onewheelskyward/lita-onewheel-cve.svg
:target: https://gemnasium.com/onewheelskyward/lita-onewheel-cve
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 = ‘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 “www.cve.mitre.org/cgi-bin/cvename.cgi?name=1234-1234“.
That’s all, folks!