No description
- Python 100%
| cvetools | ||
| .gitignore | ||
| config.ini | ||
| cve-indexer.py | ||
| cve-search.py | ||
| README.md | ||
| requirements.txt | ||
search
{
"selector": {
"cveMetadata.cveId": {
"$eq": "CVE-2025-0001"
}
}
}
couchdb index
{
"name": "cveId-index",
"type": "json",
"partitioned": false,
"def": {
"fields": [
{
"cveMetadata.cveId": "asc"
}
]
}
}