mozilla/ssh_scan

View on GitHub
lib/ssh_scan/ssh_lib/libssh.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SSHScan
  module SSHLib
    class LibSSH
      def common
        "libssh"
      end

      def cpe
        "a:libssh:libssh"
      end

      def version
        nil
      end
    end
  end
end