Sha256: dc91ca842ff48b3a19d1503d94ede1859df63a37bdb7c73ea17210b98388d2bd
Contents?: true
Size: 487 Bytes
Versions: 32
Compression:
Stored size: 487 Bytes
Contents
module CMSScanner # Exit Code Values module ExitCode # No error, scan finished w/o any vulnerabilies found OK = 0 # All exceptions raised by OptParseValidator and OptionParser CLI_OPTION_ERROR = 1 # Interrupt received INTERRUPTED = 2 # Exceptions ERROR = 3 # The target has at least one vulnerability. # Currently, the interesting findings do not count as vulnerable things VULNERABLE = 4 end end
Version data entries
32 entries across 32 versions & 1 rubygems