├── LICENSE ├── README.md ├── UseHelp.md ├── config.yaml ├── github_cve_monitor.py ├── images ├── 124256679-27701e00-db5e-11eb-9432-d3a9048daeec.png ├── image-20210729172507519.png ├── image-20211118142412234.png ├── image-20211118145021974.png ├── image-20220126105710922.png ├── image-20220126110109185.png ├── image-20220126110312664.png └── image-20220126110919827.png ├── requirements.txt └── tools_list.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/README.md -------------------------------------------------------------------------------- /UseHelp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/UseHelp.md -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/config.yaml -------------------------------------------------------------------------------- /github_cve_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/github_cve_monitor.py -------------------------------------------------------------------------------- /images/124256679-27701e00-db5e-11eb-9432-d3a9048daeec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/images/124256679-27701e00-db5e-11eb-9432-d3a9048daeec.png -------------------------------------------------------------------------------- /images/image-20210729172507519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/images/image-20210729172507519.png -------------------------------------------------------------------------------- /images/image-20211118142412234.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/images/image-20211118142412234.png -------------------------------------------------------------------------------- /images/image-20211118145021974.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/images/image-20211118145021974.png -------------------------------------------------------------------------------- /images/image-20220126105710922.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/images/image-20220126105710922.png -------------------------------------------------------------------------------- /images/image-20220126110109185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/images/image-20220126110109185.png -------------------------------------------------------------------------------- /images/image-20220126110312664.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/images/image-20220126110312664.png -------------------------------------------------------------------------------- /images/image-20220126110919827.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/images/image-20220126110919827.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | dingtalkchatbot 3 | pyyaml 4 | lxml 5 | -------------------------------------------------------------------------------- /tools_list.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhy0/github-cve-monitor/HEAD/tools_list.yaml --------------------------------------------------------------------------------