Sha256: 57339f4aded4cc2cefa67b57fe35b44431c822e9954627e6579d9602aeba5b25
Contents?: true
Size: 225 Bytes
Versions: 33
Compression:
Stored size: 225 Bytes
Contents
FactoryBot.define do factory :mdm_nexpose_fingerprint, :parent => :mdm_note do ntype { 'host.os.nexpose_fingerprint' } data { {:family=>"Windows", :certainty=>"0.67", :vendor=>"Microsoft", :arch=>"x86"} } end end
Version data entries
33 entries across 33 versions & 2 rubygems