class BinaryEdge::Client::RiskScore
Public Instance Methods
cve(target)
click to toggle source
Get list of CVEs that migh affect a specific IP.
@param [String] target target IP address
@return [Hash]
# File lib/binaryedge/clients/risk_score.rb, line 15 def cve(target) _get("/query/cve/ip/#{target}") { |json| json } end