diff --git a/conf/product_app.conf b/conf/product_app.conf index 6181b27857f98a45eefc42c883b08933f0feb8f8..093981c09066c1eed5181c772b220cb5054dddfd 100644 --- a/conf/product_app.conf +++ b/conf/product_app.conf @@ -49,13 +49,13 @@ maxsize=204800 ymalflag = 1 getymal = 0 0 1 * * 1 cveflag = 1 -getcve = 0 0 3 * * * +getcve = 0 30 15 * * * oricveflag = 1 oricvecheck = 0 0 2 * * * getissueflag = 1 getissue = 0 20 1 * * * issueflag = 1 -createissue = 0 0 6 * * * +createissue = 0 50 15 * * * test = 0/10 * * * * * gittokenflag = 2 issueoath = * * */20 * * * diff --git a/cve-py/main.py b/cve-py/main.py index f988f87b7beae364ba70a7f312d389af54cf89b5..f502341dc471c4dbf8ea510b5db0a7c16a13b390 100644 --- a/cve-py/main.py +++ b/cve-py/main.py @@ -16,7 +16,9 @@ Authors: xiaojianghui Date: 10/22/2020 11:01 AM """ from controller import timertaskcontroller +from controller import taskcontroller if __name__ == '__main__': print("The program starts, waiting for the timing task to execute") + taskcontroller.runtabletask() timertaskcontroller.timertask() diff --git a/cve-py/newexcels/CVE-2020-12-29.xlsx b/cve-py/newexcels/CVE-2020-12-29.xlsx deleted file mode 100644 index 9f2ce49d6b8e2f0123fcc4835df2f46b192f7289..0000000000000000000000000000000000000000 Binary files a/cve-py/newexcels/CVE-2020-12-29.xlsx and /dev/null differ diff --git a/cve-py/newexcels/CVE-2021-1-20.xlsx b/cve-py/newexcels/CVE-2021-1-20.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..d4890b5a5961c7e9f247bb54767bebb0503a09a9 Binary files /dev/null and b/cve-py/newexcels/CVE-2021-1-20.xlsx differ diff --git a/cve-py/newexcels/CVE-20210120.xlsx b/cve-py/newexcels/CVE-20210120.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..fe7d99220993fec4482855c01eaffff522fdf492 Binary files /dev/null and b/cve-py/newexcels/CVE-20210120.xlsx differ