Sha256: f135f8ef59b6beefbf1ea237be14375d853c05d716f527921bdddbecbdc79e7e
Contents?: true
Size: 259 Bytes
Versions: 3
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true module Yawast module Commands class Ssl def self.process(args, options) uri = Yawast::Commands::Utils.extract_uri(args) Yawast::Scanner::Core.check_ssl(uri, options, nil) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yawast-0.7.0 | lib/commands/ssl.rb |
yawast-0.7.0.beta3 | lib/commands/ssl.rb |
yawast-0.7.0.beta2 | lib/commands/ssl.rb |