Files
nox-project-nox-framework/sources/cve_search.json
T
2026-04-07 10:17:43 +02:00

28 lines
617 B
JSON

{
"name": "cve_search",
"category": "vulns",
"endpoint": "https://cve.circl.lu/api/cve/{target}",
"method": "GET",
"requires_auth": false,
"selectors": {
"summary": "$.summary"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [],
"input_type": "cve",
"output_type": [
"cve"
],
"normalization_map": {
"summary": "vuln_description"
},
"tags": [
"passive"
],
"health_check_url": "https://cve.circl.lu",
"expected_status": 200,
"reliability_score": 4,
"backup_endpoints": [],
"confidence": 0.85
}