Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Data Theorem's CVSS scoring system leverages the Results API and generates a score for each issue, based on the type of issue, its severity, exploit-ability, etc. Below are the details on how the scoring works:

  • Severity
    • Security P1
    • High
    • Medium
    • Low
  • Exploitability
    • Hard
    • Moderate
    • Easy
  • Issue Type
    • Data At-Rest Exposure
    • Data In-Transit Exposure
    • Data Loss to Attackers
    • Data Exposure to Third Party Apps
    • Unauthorized Data Collection

Script

To generate the CVSS score for all the issues displayed in your account within the Data Theorem portal, use theĀ Data Theorem Python client:
python results_api_cli.py --api-key <results_api_key>


The script will write all the issues to a CSV file, with a CVSS score generated for each issue.

  • No labels