# cve-spider **Repository Path**: ty001007/cve-spider ## Basic Information - **Project Name**: cve-spider - **Description**: Crawling vulnerability information through debian and NVD. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-29 - **Last Updated**: 2021-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CVEspider Crawling vulnerability information through debian and NVD. Usage: ./spider_CVE **The output information is in json format, the format is as follows:** ``` { "cve": "CVE-2012-0833", "package": "389-ds-base", "cve_description": "The acllas__handle_group_entry function in servers/plugins/acl/acllas.c in 389 Directory Server before 1.2.10 does not properly handled access control instructions (ACIs) that use certificate groups, which allows remote authenticated LDAP users with a certificate group to cause a denial of service (infinite loop and CPU consumption) by binding to the server.", "debian_buster_version": "1.4.0.21-1", "debian_buster_status": "resolved", "upstream_fixed_version": "0", "cvss": "2", "score": "2.3", "scope": "unknown" } ```