1+ <idea-plugin >
2+ <id >cn.huoxian.dongtai.plugin</id >
3+ <name >DongTai IAST</name >
4+ <version >1.0</version >
5+ <
vendor email =
" [email protected] " url =
" http://www.huoxian.cn" >huoxian</
vendor >
6+
7+ <description >
8+ DongTai IAST plugin Features:It can provide assistance for Party A's personnel to run the project with idea, and add hook rules, view project vulnerabilities and other functions can be realized in idea.
9+
10+ doc:https://hxsecurity.github.io/DongTaiDoc/#/doc/tutorial/plugin
11+
12+ HuoXian:http://www.huoxian.cn
13+
14+ DongTai IAST:https://iast.huoxian.cn
15+
16+ vulfocus:https://labs.iast.huoxian.cn
17+ </description >
18+
19+ <change-notes >
20+ </change-notes >
21+
22+ <!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
23+ <idea-version since-build =" 173.0" />
24+
25+ <!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
26+ on how to target different products -->
27+ <depends >com.intellij.modules.platform</depends >
28+
29+ <extensions defaultExtensionNs =" com.intellij" >
30+ <!-- Add your extensions here -->
31+ <notificationGroup id =" Custom Notification Group" displayType =" BALLOON" />
32+ <executor implementation =" cn.huoxian.dongtai.plugin.executor.RunExecutor" />
33+ <programRunner implementation =" cn.huoxian.dongtai.plugin.runner.RunCodeRunner" />
34+ <executor implementation =" cn.huoxian.dongtai.plugin.executor.DebugExecutor" />
35+ <programRunner implementation =" cn.huoxian.dongtai.plugin.runner.DebugCodeRunner" />
36+
37+ <toolWindow id =" DongTai"
38+ secondary =" true"
39+ anchor =" right"
40+ factoryClass =" cn.huoxian.dongtai.plugin.toolwindow.TaintListWindowFactory" icon =" assets/toolwindow.svg" >
41+ </toolWindow >
42+ </extensions >
43+
44+ <actions >
45+ <group id =" DongTai IAST" text =" DongTai IAST" popup =" true" icon =" DongTaiPluginIcons.DongTaiAction" >
46+ <add-to-group group-id =" ToolsMenu" anchor =" last" />
47+ <action id =" RemoteConfigAction" class =" cn.huoxian.dongtai.plugin.action.RemoteConfigAction"
48+ text =" 配置云端" description =" RemoteConfigAction" >
49+ </action >
50+ </group >
51+ <!-- Add your actions here -->
52+ <action id =" TaintConfigAction" class =" cn.huoxian.dongtai.plugin.action.TaintConfigAction" text =" 添加 HOOK 规则"
53+ description =" TaintConfigAction" >
54+ <add-to-group group-id =" EditorPopupMenu" anchor =" after" relative-to-action =" $Copy" />
55+ </action >
56+ </actions >
57+ <depends >com.intellij.modules.lang</depends >
58+ <depends >com.intellij.modules.java</depends >
59+ </idea-plugin >
0 commit comments