Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jupiterone/graph-cisco-amp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/graph-cisco-amp - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md

@@ -11,2 +11,9 @@ # Changelog

## 1.0.1 - 2022-04-19
### Fixed
- Fixed `FINDING_IS_VULNERABILITY` constant. `sourceType` is now
`cisco_amp_finding` and `targetType` is now `cve`.
## 1.0.0 - 2022-04-11

@@ -13,0 +20,0 @@

4

dist/steps/constants.js

@@ -102,5 +102,5 @@ "use strict";

_type: 'cisco_amp_finding_is_cve',
sourceType: exports.Entities.COMPUTER._type,
sourceType: exports.Entities.FINDING._type,
_class: integration_sdk_core_1.RelationshipClass.IS,
targetType: exports.Entities.ACCOUNT._type,
targetType: exports.Entities.VULNERABILITY._type,
},

@@ -107,0 +107,0 @@ };

{
"name": "@jupiterone/graph-cisco-amp",
"version": "1.0.0",
"version": "1.0.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",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc