73 Commits

Author SHA1 Message Date
dd109e5f5d feat:添加正则条目
All checks were successful
Python application test / build (pull_request) Successful in 19s
2024-04-25 21:28:26 +08:00
dqy
ae2ee482ad merge
All checks were successful
Python application test / build (pull_request) Successful in 21s
2024-04-25 20:30:10 +08:00
dqy
4835af7ff7 fix: 修改workflow配置文件 2024-04-25 20:20:36 +08:00
dqy
6041a8f573 fix: 删除结果输出 2024-04-25 20:11:21 +08:00
dqy
bc852ec52c feat: 依赖版本检测添加pdf输出格式并修改命令行参数格式 2024-04-25 20:10:39 +08:00
dqy
d60700e215 fix: 修改项目依赖 2024-04-25 20:09:48 +08:00
dqy
464db87919 docs: 完善项目文档 2024-04-25 20:09:33 +08:00
dqy
102c631ed9 feat: 完善对于代码的正则匹配功能 2024-04-25 17:01:24 +08:00
dqy
5eee69704a fix: 修改配置文件
Some checks failed
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 10m46s
2024-04-24 20:14:20 +08:00
dqy
323200fd85 fix: 修改配置文件
All checks were successful
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Successful in 15s
2024-04-24 20:06:27 +08:00
dqy
c6deb1a174 fix: 修改配置文件
Some checks failed
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 15s
2024-04-24 20:05:28 +08:00
dqy
50505aefb3 fix: 修改配置文件
Some checks failed
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 15s
2024-04-24 20:04:12 +08:00
dqy
6533644222 fix: 修改配置文件
Some checks failed
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 11s
2024-04-24 19:50:12 +08:00
dqy
00af8557ae fix: 修改配置文件
Some checks failed
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 0s
2024-04-24 19:47:16 +08:00
dqy
4ea3685635 fix: 修改配置文件
Some checks failed
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 0s
2024-04-24 19:43:40 +08:00
dqy
ad41eea7d9 fix: 移除原有配置文件
All checks were successful
Vulnerability and Backdoor Detection Workflow / build (pull_request) Successful in 14s
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Successful in 12s
2024-04-24 19:34:18 +08:00
dqy
d38f217b96 fix: 修改配置
All checks were successful
Vulnerability and Backdoor Detection Workflow / build (pull_request) Successful in 16s
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Successful in 11s
2024-04-24 19:28:40 +08:00
dqy
4bafab90f4 fix: 修改结果保存路径
Some checks failed
Vulnerability and Backdoor Detection Workflow / build (pull_request) Successful in 15s
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 12m28s
2024-04-24 19:12:27 +08:00
dqy
37d5c80724 feat: 修改配置
Some checks failed
Vulnerability and Backdoor Detection Workflow / build (pull_request) Successful in 14s
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Has been cancelled
2024-04-24 19:06:29 +08:00
dqy
da24e1b103 feat: 修改配置
Some checks are pending
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Blocked by required conditions
Vulnerability and Backdoor Detection Workflow / build (pull_request) Successful in 15s
2024-04-24 19:04:21 +08:00
dqy
9d5879b796 fix: 修改文件路径参数
Some checks failed
Vulnerability and Backdoor Detection Workflow / build (pull_request) Successful in 14s
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Failing after 12m19s
2024-04-24 17:17:03 +08:00
dqy
b01e1f9a46 test: 保留原有配置文件
Some checks are pending
Vulnerability and Backdoor Detection Workflow / security_check (pull_request) Blocked by required conditions
Vulnerability and Backdoor Detection Workflow / build (pull_request) Successful in 19s
2024-04-24 17:13:36 +08:00
dqy
3f2f6070a8 feat: 添加集成测试 2024-04-24 17:13:09 +08:00
dqy
b0a99cb4f7 test: 测试action.yml 2024-04-24 17:12:35 +08:00
dqy
5714558965 feat: 添加依赖漏洞检测模块
All checks were successful
Python application test / build (pull_request) Successful in 20s
2024-04-22 17:08:31 +08:00
dqy
f2d4e1befc perf: 修改检测结果输出路径;删除测试模块 2024-04-22 17:07:50 +08:00
dqy
278e9ee42e perf: 设置依赖检测结果输出路径 2024-04-22 17:07:03 +08:00
dqy
2c844c8ed1 feat: 爬取漏洞依赖并对版本信息格式进行转换 2024-04-22 17:06:12 +08:00
dqy
5993a14368 perf: 修改代码后门检测输出路径 2024-04-22 17:05:14 +08:00
dqy
27ef6c9acc test: 修改单元测试
All checks were successful
Python application test / build (pull_request) Successful in 27s
2024-04-22 11:51:09 +08:00
dqy
d9c183fbd8 test: 修改单元测试
Some checks failed
Python application test / build (pull_request) Failing after 15s
2024-04-22 11:47:49 +08:00
dqy
c5cfcb00f7 feat: 实现对文件夹进行递归检测;支持html,txt,md等多种输出方式;修改单元测试;支持检测多种语言;添加等级-none; 2024-04-22 11:47:23 +08:00
dqy
c2782327c3 perf: 设置结果输出路径 2024-04-22 11:42:30 +08:00
cb350b6288 更改ci命令
All checks were successful
Python application test / build (pull_request) Successful in 15s
2024-04-21 21:53:59 +08:00
74d0587e37 use python container, remove setup-python
Some checks failed
Python application test / build (pull_request) Has been cancelled
2024-04-21 21:31:47 +08:00
52230d096b add empty requirements 2024-04-21 21:31:23 +08:00
dd891443a9 修改了action默认镜像
Some checks are pending
Python application test / build (pull_request) Waiting to run
2024-04-21 21:25:37 +08:00
bf4a96cf34 添加思路 2024-04-21 21:25:19 +08:00
dqy
c366c0e672 fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 30s
2024-04-20 14:05:43 +08:00
dqy
e2fa93f095 fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 19s
2024-04-20 14:05:01 +08:00
dqy
f13d9266c6 fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 19s
2024-04-20 14:02:11 +08:00
dqy
52a5c94758 fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 19s
2024-04-20 14:00:46 +08:00
dqy
2c088eeb25 fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 39s
2024-04-20 13:59:31 +08:00
dqy
a1b277f573 fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 19s
2024-04-20 13:58:17 +08:00
dqy
2b1847715d fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 21s
2024-04-20 12:04:10 +08:00
dqy
b9ccc42a85 fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 16s
2024-04-20 12:00:55 +08:00
dqy
ac99e99216 fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 18s
2024-04-20 11:56:49 +08:00
dqy
2f4903376c fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 17s
2024-04-20 11:51:45 +08:00
dqy
53a7120bfc fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 16s
2024-04-20 11:50:24 +08:00
dqy
973f863e92 fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 23s
2024-04-20 11:45:04 +08:00