Skip to content

Commit b61e55a

Browse files
authored
docs: 新增 OpenTaint 污点分析工具 — 开源工具代码安全专题
- 在开源工具页新增代码安全分类\n- 添加 OpenTaint 一行式中性简介\n- 文档改动,无状态检查
1 parent f5514a4 commit b61e55a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/open-source-project/tools.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Java 优质开源开发工具
3-
description: Java优质开源开发工具推荐,涵盖代码质量检查、项目构建、测试框架、容器化部署等开发必备工具精选。
3+
description: Java优质开源开发工具推荐,涵盖代码质量检查、代码安全分析、项目构建、测试框架、容器化部署等开发必备工具精选。
44
category: 开源项目
55
icon: "mdi:tools"
66
---
@@ -14,6 +14,10 @@ icon: "mdi:tools"
1414
- [SpotBugs](https://github.com/spotbugs/spotbugs "spotbugs") : FindBugs 的继任者。静态分析工具,用于查找 Java 代码中的错误。
1515
- [P3C](https://github.com/alibaba/p3c "p3c"):Alibaba Java Coding Guidelines pmd implements and IDE plugin。Eclipse 和 IDEA 上都有该插件。
1616

17+
## 代码安全
18+
19+
- [OpenTaint](https://github.com/seqra/opentaint/blob/main/docs/translations/README.zh.md "opentaint"):面向 Java、Kotlin 和 Spring Boot 应用的开源污点分析/SAST 工具,可用于检测 SQL 注入、XSS、SSRF 等安全风险。
20+
1721
## 项目构建
1822

1923
- [Maven](https://maven.apache.org/):一个软件项目管理和理解工具。基于项目对象模型 (Project Object Model,POM) 的概念,Maven 可以从一条中心信息管理项目的构建、报告和文档。详细介绍:[Maven 核心概念总结](https://javaguide.cn/tools/maven/maven-core-concepts.html)

0 commit comments

Comments
 (0)