diff --git a/README.en.md b/README.en.md index a56a45af639f4310212a72e4ac423883ca6393fc..701bdc5edb1123b977eebe9b7c185315d285c1ba 100644 --- a/README.en.md +++ b/README.en.md @@ -1,36 +1,33 @@ # 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. +## Introduction -#### Software Architecture -Software architecture description +This repository is used to address the code of openEuler cve manager. -#### Installation +## Architecture -1. xxxx -2. xxxx -3. xxxx + -#### Instructions +## Prerequisites -1. xxxx -2. xxxx -3. xxxx +You'll need to setup a MySQL Database before you are getting started. +This is an example to create Database instance. -#### Contribution +* 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. -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request +## Getting Started +* [Build the project](doc/md/installx.md) -#### Gitee Feature +## 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). -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/cve-py/newexcels/CVE-2020-12-29.xlsx b/cve-py/newexcels/CVE-2020-12-29.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..9f2ce49d6b8e2f0123fcc4835df2f46b192f7289 Binary files /dev/null and b/cve-py/newexcels/CVE-2020-12-29.xlsx differ diff --git a/cve-py/newexcels/sp1_2020-12-22.xlsx b/cve-py/newexcels/sp1_2020-12-22.xlsx deleted file mode 100644 index 356c565de0c0368ccb4fff2070fcd220b1b45467..0000000000000000000000000000000000000000 Binary files a/cve-py/newexcels/sp1_2020-12-22.xlsx and /dev/null differ