@jupiterone/graph-cisco-amp
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -14,10 +14,22 @@ "use strict"; | ||
sourceEntityKey: agent._key, | ||
targetFilterKeys: [['_class', 'macAddress']], | ||
targetFilterKeys: [['_type', 'macAddress']], | ||
targetEntity: { | ||
...agent, | ||
_type: exports.DEVICE_ENTITY_TYPE, | ||
_class: exports.DEVICE_ENTITY_CLASS, | ||
_rawData: undefined, | ||
name: agent.name, | ||
displayName: agent.displayName, | ||
hostname: agent.hostname, | ||
macAddress: agent.macAddress, | ||
osName: agent.osName, | ||
osDetails: agent.osDetails, | ||
osVersion: agent.osVersion, | ||
platform: agent.platform, | ||
publicIp: agent.publicIp, | ||
publicIpAddress: agent.publicIpAddress, | ||
privateIp: agent.privateIp, | ||
privateIpAddress: agent.privateIpAddress, | ||
active: agent.active, | ||
lastSeenOn: agent.lastSeenOn, | ||
}, | ||
}, | ||
}); |
{ | ||
"name": "@jupiterone/graph-cisco-amp", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A graph conversion tool for https://www.cisco.com/c/en/us/products/security/amp-for-endpoints/", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38632
416