|
15 | 15 | "envs": null, |
16 | 16 | "build_flag": false, |
17 | 17 | "checkrule_set": [ |
| 18 | + { |
| 19 | + "real_name": "DetectAntd", |
| 20 | + "display_name": "DetectAntd", |
| 21 | + "severity": "info", |
| 22 | + "category": "usability", |
| 23 | + "rule_title": "检测项目是否使用到了 Antd 框架。", |
| 24 | + "rule_params": null, |
| 25 | + "custom": false, |
| 26 | + "languages": [ |
| 27 | + "js", |
| 28 | + "ts" |
| 29 | + ], |
| 30 | + "solution": "无", |
| 31 | + "owner": null, |
| 32 | + "labels": [], |
| 33 | + "description": "检测项目是否使用到了 Antd 框架。", |
| 34 | + "disable": false |
| 35 | + }, |
| 36 | + { |
| 37 | + "real_name": "DetectReact", |
| 38 | + "display_name": "DetectReact", |
| 39 | + "severity": "info", |
| 40 | + "category": "usability", |
| 41 | + "rule_title": "检测项目是否使用到了 React 框架。", |
| 42 | + "rule_params": null, |
| 43 | + "custom": false, |
| 44 | + "languages": [ |
| 45 | + "js", |
| 46 | + "ts" |
| 47 | + ], |
| 48 | + "solution": "无", |
| 49 | + "owner": null, |
| 50 | + "labels": [], |
| 51 | + "description": "检测项目是否使用到了 React 框架。", |
| 52 | + "disable": false |
| 53 | + }, |
| 54 | + { |
| 55 | + "real_name": "DetectTDesign", |
| 56 | + "display_name": "DetectTDesign", |
| 57 | + "severity": "info", |
| 58 | + "category": "usability", |
| 59 | + "rule_title": "检测项目是否使用到了 TDesign 框架。", |
| 60 | + "rule_params": null, |
| 61 | + "custom": false, |
| 62 | + "languages": [ |
| 63 | + "js", |
| 64 | + "ts" |
| 65 | + ], |
| 66 | + "solution": "无", |
| 67 | + "owner": null, |
| 68 | + "labels": [], |
| 69 | + "description": "检测项目是否使用到了 TDesign 框架。", |
| 70 | + "disable": false |
| 71 | + }, |
| 72 | + { |
| 73 | + "real_name": "DetectVue", |
| 74 | + "display_name": "DetectVue", |
| 75 | + "severity": "info", |
| 76 | + "category": "usability", |
| 77 | + "rule_title": "检测项目是否使用到了 Vue 框架。", |
| 78 | + "rule_params": null, |
| 79 | + "custom": false, |
| 80 | + "languages": [ |
| 81 | + "js", |
| 82 | + "ts" |
| 83 | + ], |
| 84 | + "solution": "无", |
| 85 | + "owner": null, |
| 86 | + "labels": [], |
| 87 | + "description": "检测项目是否使用到了 Vue 框架。", |
| 88 | + "disable": false |
| 89 | + }, |
18 | 90 | { |
19 | 91 | "real_name": "VUL_ERROR", |
20 | 92 | "display_name": "高危漏洞", |
|
0 commit comments