You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# which rubywhich ruby
/usr/local/bin/ruby
# ruby -v
ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-linux]
# strings /usr/local/bin/ruby | grep '1\.9'
super from singleton method that is defined to multiple classes is not supported; this will be fixed in 1.9.3 or later
/usr/local/lib/ruby/site_ruby/1.9.1
/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux
/usr/local/lib/ruby/vendor_ruby/1.9.1
/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux
/usr/local/lib/ruby/1.9.1
/usr/local/lib/ruby/1.9.1/x86_64-linux
ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-linux]
1.9.3
# ldd /usr/local/bin/ruby | grep libruby
#
Ubuntu 22.04 + OS Package (This will be shown as package)
What would you like to be added:
An additional file classifier which finds ruby binary.
Why is this needed:
ruby will be installed without a package manger in container env with official image.
We want to be able to catalog this.
related comment
#1643 (comment)
Additional context:
cpe:2.3:a:ruby-lang:ruby
is used in NVD.https://nvd.nist.gov/vuln/detail/CVE-2022-28738
Sometimes more detaild
cpe:2.3:a:ruby-lang:cgi
is used...https://nvd.nist.gov/vuln/detail/CVE-2021-41819
https://nvd.nist.gov/vuln/detail/CVE-2021-33621
Docker official image ruby:latest
Docker official image ruby:2
Docker official image ruby:1
Ubuntu 22.04 + OS Package (This will be shown as package)
Rocky Linux8 + OS Package (This will be shown as package)
The text was updated successfully, but these errors were encountered: