Sha256: 276f878b968c55850f886294c5cb88f20a2ff20b800f8fd255055200a132f8f6
Contents?: true
Size: 689 Bytes
Versions: 2
Compression:
Stored size: 689 Bytes
Contents
require "dry/types" module Mihari module Types include Dry.Types() Int = Strict::Integer Nil = Strict::Nil Hash = Strict::Hash String = Strict::String Double = Strict::Float | Strict::Integer DateTime = Strict::DateTime DataTypes = Types::String.enum(*ALLOWED_DATA_TYPES) AnalyzerTypes = Types::String.enum( "binaryedge", "censys", "circl", "dnpedia", "dnstwister", "greynoise", "onyphe", "otx", "passivetotal", "pt", "pulsedive", "securitytrails", "shodan", "st", "virustotal_intelligence", "virustotal", "vt_intel", "vt" ) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mihari-3.10.1 | lib/mihari/types.rb |
mihari-3.10.0 | lib/mihari/types.rb |