mozilla/ssh_scan

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

Summary

Maintainability
A
0 mins
Test Coverage
module SSHScan
  module SSHLib
    class Cryptlib
      def common
        "cryptlib"
      end

      def cpe
        "a:cryptlib:cryptlib"
      end

      def version
        nil
      end
    end
  end
end