https://github.com/hxsecurity/dongtai-plugin-idea
Dongtai-plugin-idea is an IDEA plug-in developed by DongTai team for Java Web application developers. This plug-in provides functions such as vulnerability detection and code audit during application development, enabling developers to find application vulnerabilities more intuitively, quickly and in real time during application development.
https://github.com/hxsecurity/dongtai-plugin-idea
applicationsecuritymonitoring appsec-tutorials code-quality devsecops dongtai-iast iast idea-plugin intellij-platform security
Last synced: 5 months ago
JSON representation
Dongtai-plugin-idea is an IDEA plug-in developed by DongTai team for Java Web application developers. This plug-in provides functions such as vulnerability detection and code audit during application development, enabling developers to find application vulnerabilities more intuitively, quickly and in real time during application development.
- Host: GitHub
- URL: https://github.com/hxsecurity/dongtai-plugin-idea
- Owner: HXSecurity
- License: apache-2.0
- Created: 2021-07-01T12:16:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T07:20:37.000Z (over 1 year ago)
- Last Synced: 2023-10-17T11:11:32.470Z (over 1 year ago)
- Topics: applicationsecuritymonitoring, appsec-tutorials, code-quality, devsecops, dongtai-iast, iast, idea-plugin, intellij-platform, security
- Language: Java
- Homepage: https://hxsecurity.github.io/DongTaiDoc
- Size: 14.3 MB
- Stars: 21
- Watchers: 11
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DongTai-Plugin-IDEA
[](https://github.com/huoxianclub/DongTai)
[](https://github.com/HXSecurity/DongTai-Plugin-IDEA)
[](https://github.com/HXSecurity/DongTai-agent-java/blob/main/LICENSE)- [中文版本(Chinese version)](README_CN.md)
## Project Introduction
Dongtai-plugin-idea is an IDEA plug-in developed by DongTai team for Java Web application developers. This plugin provides functions such as vulnerability detection and code audit during application development, enabling developers to find application vulnerabilities more intuitively, quickly and in real time during application development. Specific functions of the plugin:
1. Detecting application vulnerabilities
2. Show vulnerability list
3. Add HOOK rules quickly## Deploy
Basic environment: Intellij IDEA、Gradle
### Plugin Package to Deploy
1. Download DongTai IAST IDEA plugin
- [Download](https://github.com/HXSecurity/DongTai-Plugin-IDEA/releases/download/v1.0/DongTai-Plugin-IDEA.zip) the installation package offline.
notice:Don't unzip dongtai-idea-plugin.zip.2. Install DongTai IAST IDEA plugin
- Open IDEA Settings and click Plugins.
- To install IDEA locally and install DongTai IAST plugin installation package **dongtai-idea-plugin.zip**.
- Apply the plugin: Find the plugin in the plugin list and check it.### Source Code to Deploy
1. Fork [DongTai-Plugin-IDEA](https://github.com/HXSecurity/DongTai-Plugin-IDEA) and clone:
```shell
git clone https://github.com//DongTai-Plugin-IDEA.git
```2. Use Intellij IDEA to open the DongTai-Plugin-IDEA and use Gradle to parse it.
3. If you need to secondary development of the plug-in, you can modify the source code, and then use Gradle Tasks Intellij component `runIde` command to debug the plug-in function, if there is no need to skip this step.
4. Use the Gradle Tasks Intellij component's 'buildPlugin' command to build the package. The package will be in the build/ review folder at the root of the project. The directory structure is:
```shell
build/distributions
└── DongTai-Plugin-IDEA-2021.1.2.zip
```5. Install DongTai IAST IDEA plugin
- Open IDEA Settings and click Plugins.
- To install IDEA locally and install DongTai IAST plugin installation package **dongtai-idea-plugin.zip**.
- Apply the plugin: Find the plugin in the plugin list and check it.## Contributing
Contributions are welcomed and greatly appreciated. See [CONTRIBUTING.md](https://github.com/HXSecurity/DongTai/blob/main/CONTRIBUTING.md) for details on submitting patches and the contribution workflow.
Any questions? Let's discuss in #sig-migrate in [#DongTai discussions](https://github.com/HXSecurity/DongTai/discussions)
## More resources
- [DongTai IDEA Plugin Quick Start](https://hxsecurity.github.io/DongTaiDoc/#/doc/tutorial/plugin)
- [Documentation](https://hxsecurity.github.io/DongTai-Doc/#/)
- [DongTai WebSite](https://iast.huoxian.cn/)