Add support for editing of Ruby language (non-RubyGem) advisories in GHSA database.
* jruby: https://github.com/advisories?query=jruby+ (23)
* mruby: https://github.com/advisories?query=mruby (40)
* ruby-lang: https://github.com/advisories?query=ruby-lang (86)
TOTAL: 143
Looks like their is 5 non-rubygems, non-ruby-language advisories,
but we can deal with them separately.
* Unreviewed "ruby: https://github.com/advisories?query=ruby+type%3Aunreviewed (148)
I tried to add missing information to some of them lately and was blocked
by not having an "ECOSYSTEM" value for them.
I propose something similar to "Ruby Languages" or "Rubies" be added
as a possible "ECOSYSTEM" value.
The "PACKAGE" value could be ["ruby-lang", "jruby", "mruby", "rbx/rubinius", "truffleruby", etc].
A good reference for other possible "PACKAGE" values at https://github.com/codicoscepticos/ruby-implementations
Thanks.