# cve-manager **Repository Path**: yaqiangchen/cve-manager ## Basic Information - **Project Name**: cve-manager - **Description**: Collect cve security vulnerabilities, submit the vulnerabilities to the corresponding version on gitee, notify the warehouse manager to repair, and finally publish the repaired information to an automated tool on the openEuler website. - **Primary Language**: Unknown - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 51 - **Created**: 2021-02-04 - **Last Updated**: 2021-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cve-manager ## Introduction This repository is used to address the code of openEuler cve manager. ## Architecture ## 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).