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 3f7a261 + 0fb4d87 commit 6f34754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/public/install/qingscan.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,6 @@ CREATE TABLE `host_unauthorized` (
) 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);
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 & ', 0, '未授权扫描', '2022-11-21 18:11:52', 4);

SET FOREIGN_KEY_CHECKS = 1;
2 changes: 1 addition & 1 deletion docker/data/v1.7.3.sql
Original file line number Diff line number Diff line change
@@ -1,3 +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);
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 & ', 0, '未授权扫描', '2022-11-21 18:11:52', 4);

0 comments on commit 6f34754

Please sign in to comment.