Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
11072162 committed Nov 21, 2022
2 parents ccd45be + fac9daa commit 3f7a261
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/public/install/qingscan.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1665,5 +1665,7 @@ CREATE TABLE `host_unauthorized` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

INSERT INTO `QingScan`.`auth_rule` (`href`, `title`, `is_delete`, `is_open_auth`, `pid`, `sort`, `created_at`, `menu_status`, `update_time`, `level`, `delete_time`, `icon_url`) VALUES ('unauthorized/index', '未授权列表', 0, 1, 35, 4, 1669016435, 1, 1669016502, 2, 0, '');
INSERT INTO `QingScan`.`process_safe` (`key`, `value`, `status`, `note`, `update_time`, `type`) VALUES ('scan unauthorizeScan', 'cd /root/qingscan/code && php think scan unauthorizeScan>> /tmp/unauthorizeScan.txt & ', 1, '未授权扫描', '2022-11-21 16:54:17', 4);

SET FOREIGN_KEY_CHECKS = 1;
3 changes: 3 additions & 0 deletions docker/data/v1.7.3.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
INSERT INTO `QingScan`.`auth_rule` (`href`, `title`, `is_delete`, `is_open_auth`, `pid`, `sort`, `created_at`, `menu_status`, `update_time`, `level`, `delete_time`, `icon_url`) VALUES ('unauthorized/index', '未授权列表', 0, 1, 35, 4, 1669016435, 1, 1669016502, 2, 0, '');

INSERT INTO `QingScan`.`process_safe` (`key`, `value`, `status`, `note`, `update_time`, `type`) VALUES ('scan unauthorizeScan', 'cd /root/qingscan/code && php think scan unauthorizeScan>> /tmp/unauthorizeScan.txt & ', 1, '未授权扫描', '2022-11-21 16:54:17', 4);

0 comments on commit 3f7a261

Please sign in to comment.