Skip to content

Snyk Import

Import software composition analysis (SCA) and vulnerability findings from Snyk into NEURO.

  • JSON Export - Snyk JSON test output
  • SARIF Export - Static Analysis Results Interchange Format
  1. Run snyk test --json > snyk-results.json or export from Snyk dashboard
  2. Navigate to Findings in NEURO
  3. Click ImportSnyk
  4. Upload your JSON file
  5. Review dependency vulnerabilities
  6. Import selected findings
Snyk FieldNEURO Field
titletitle
descriptiondescription
severityseverity
packageNameaffected_asset
versionaffected_version
CVSSv3cvss_score
identifiers.CVEcve_ids
identifiers.CWEcwe_ids
fixedInremediation
Snyk SeverityNEURO Severity
criticalCritical
highHigh
mediumMedium
lowLow
  • Package name and version
  • Dependency path (direct vs transitive)
  • Fixed version recommendations

Snyk license findings can be imported separately for compliance tracking.

Snyk’s exploit maturity data is preserved:

  • Mature
  • Proof of Concept
  • No Known Exploit

Next: Vulnerability Libraries