Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

v1.6

Compare
Choose a tag to compare
@FeeiCN FeeiCN released this 14 Sep 08:15
· 1418 commits to master since this release
  • Added
    • Third-party vulnerability ID #96
    • Change task ID to project ID for report page 's main ID #97
    • Push vulnerability to third-party VMS(Vulnerability Manage System) #98
    • Only match for rule
  • Improved
    • Something else
  • Fixed
    • Some bugs

Update Cobra dependents and Table fields

pip install -r requirements.txt
ALTER TABLE `vuls` ADD `third_v_id` INT  NOT NULL  AFTER `repair`;

ALTER TABLE `results` ADD `status` TINYINT(4)  NOT NULL  DEFAULT '0'  AFTER `code`;

ALTER TABLE `results` ADD `project_id` INT  NOT NULL  AFTER `task_id`;