No description
Find a file
2025-08-25 10:38:17 +03:00
cvetools init 2025-08-25 10:38:17 +03:00
.gitignore init 2025-08-25 10:38:17 +03:00
config.ini init 2025-08-25 10:38:17 +03:00
cve-indexer.py init 2025-08-25 10:38:17 +03:00
cve-search.py init 2025-08-25 10:38:17 +03:00
README.md init 2025-08-25 10:38:17 +03:00
requirements.txt init 2025-08-25 10:38:17 +03:00

{
  "selector": {
    "cveMetadata.cveId": {
      "$eq": "CVE-2025-0001"
    }
  }
}

couchdb index

{
    "name": "cveId-index",
    "type": "json",
    "partitioned": false,
    "def": {
        "fields": [
            {
                "cveMetadata.cveId": "asc"
            }
        ]
    }
}