README.md

    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

    Process processing help

    See the Process processing help file for details.

    For Chinese version, please refer to 流程处理帮助.

    项目简介

    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.

    发行版本

    当前项目没有发行版本

    贡献者 2

    Z zhangjianjun_code @zhangjianjun_code
    O openeuler-ci-bot @openeuler-ci-bot

    开发语言

    • Go 100.0 %