# cve-python **Repository Path**: iamxjh/cve-python ## Basic Information - **Project Name**: cve-python - **Description**: 处理人工cve数据 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-10-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cve-artificial ## Introduction This part of the code is to realize the manual data entry module. ## Architecture ![](https://images.gitee.com/uploads/images/2020/1019/171406_17619722_7432213.png "Structure.png") ## Prerequisites You'll need to setup a MySQL Database before you are getting started. This is an example to create Database instance. * Setup MySQL instance by the Huawei Cloud Relational Database Service (RDS) * Login in MySQL with your account and password * Create database instance by running the following command ``` CREATE DATABASE cvevulner; source ./doc/sql/db_struct.sql; ``` The information of database instance will be used in the following Installation. ## Getting Started * [Build the project](doc/md/installx.md) ## Process processing help See the [Process processing help](doc/md/manual.md) file for details. > For Chinese version, please refer to [流程处理帮助](doc/md/manual.md).