Vulnerability Inference
or more specifically, version-based vulnerability inference
Product Matching
The number of items to skip before starting to collect the result set.
0The maximum number of items to return.
100Field to sort by - either name, created_at or updated_at
created_atPattern: ^(name|created_at|updated_at)$Sort order - either asc or desc
descPattern: ^(asc|desc)$The search criteria for products
The type of search to perform. Options are: 'standard', 'did_you_mean'. Defaults to 'standard'.
standardExample: standardCommon Platform Enumeration (CPE) 2.3 string. Overrides type, vendor, and product if provided.
nullExample: cpe:2.3:a:vendor:product:1.0:*:*:*:*:*:*:*The type of the product (e.g., application, operating system). Defaults to 'application'.
applicationExample: applicationThe vendor of the product.
nullExample: ExampleVendorThe name of the product.
nullExample: ExampleProductSuccessful Response
Not found
Validation Error
Vulnerability Configuration Set Matching
The number of items to skip before starting to collect the result set.
0The maximum number of items to return.
100Field to sort by - either created_at or updated_at
created_atPattern: ^(created_at|updated_at)$Sort order - either asc or desc
descPattern: ^(asc|desc)$The search criteria for vulnerable technology product configuration sets
The method used for version matching. Options are: 'none', 'exact', 'range', 'strict', 'loose'. Defaults to 'exact'.
exactExample: exactConfiguration set identifier that groups related CPEs. This corresponds to 'configuration_id' from NVD data.
nullExample: abc123def456...Whether to include all configuration set members when a match is found. If true, returns all configurations in the same set as matched items.
falseCommon Platform Enumeration (CPE) 2.3 string. If provided, overrides type, vendor, product, and version fields.
nullExample: cpe:2.3:a:apache:httpd:2.4.1:*:*:*:*:*:*:*Unique identifier for a specific CPE configuration. This is different from set_id which groups multiple CPEs.
nullExample: 1234567890abcdef...CVE identifier string to filter by.
nullExample: CVE-2024-12345Database ID of the vulnerability record.
nullExample: 12345Filter by vulnerability status.
nullExample: trueThe vendor/manufacturer of the product.
nullExample: apacheThe name of the product.
nullExample: httpdThe type of the product (a=application, o=operating system, h=hardware). Defaults to 'a' (application) if vendor/product provided without type.
nullExample: aThe exact version for 'exact' matching mode.
nullExample: 2.4.1Start of version range for 'range' matching mode.
nullExample: 2.0.0End of version range for 'range' matching mode.
nullExample: 2.9.9The update/patch version of the product.
nullExample: SP1Successful Response
Not found
Validation Error
Additional Notes
Last updated
