Releases: SpringKill-team/CodeAuditAssistant
1.0.1
变更日志 | Change log
-
支持
i18n
进行多语言支持,现在中文用户会看到全中文界面 -
优化
Sink
查找逻辑,现在会去掉一些高误报方法 -
优化
Sink
展示方式,现在可按分类在Sink Finder
中查看 -
Support
i18n
for multi-language support, now Chinese users will see the full Chinese interface -
Optimize
Sink
finding logic, now will remove some high false positives -
Optimize
Sink
display, now can be viewed by category inSink Finder
CodeAuditAssistant-223-1.0.1 is for IDEA Version > 2022.3
CodeAuditAssistant-233-1.0.1 is for IDEA Version > 2023.3
如果你的 IDEA 版本大于2022.3 可以下载 CodeAuditAssistant-223-1.0.1
如果你的 IDEA 版本大于2023.3 可以下载 CodeAuditAssistant-233-1.0.1
1.0.0
CodeAuditAssistant-223-1.0.0 is for IDEA Version > 2022.3
CodeAuditAssistant-233-1.0.0 is for IDEA Version > 2023.3
如果你的 IDEA 版本大于2022.3 可以下载 CodeAuditAssistant-223-1.0.0
如果你的 IDEA 版本大于2023.3 可以下载 CodeAuditAssistant-233-1.0.0
Preview-v1.2
Changelog
- fix: Error of getting dependencies #7
Fix error the return value of "org.apache.maven.model.Model.getDependencyManagement()" is null
- fix: Error of IDEA version >= 243 #8
Fixed the error when IDEA version is greater than 243, change the minimum IDEA version to 223.
- ci: Update Release Script
- ci: Update build.gradle.kts
Preview-v1.1
Changelog
- Fix icons bug
- upload .gitattributes
- fix NoClassDefFoundError: me/gosimple/nbvcxz/Nbvcxz #2
- update workFlow
- fix Mybatis XML SQLI #6
- add Filter rules
- feat: Enhancements to Decompiler #4
Enhanced Maven parsing capabilities to better identify dependencies.
Add Decompiler#resolveModules
Closes #4
- ci: Use actions/[email protected] to upload common build.
- docs: update README.md
- feat: Add injection filter detection rules
Find possible injection filters by looking for keywords (SQLFilter,XSSFilter, ClearXSS, etc.).
- ci: Preview version 1.1
- ci: update WorkFlow
- ci: update WorkFlow
Preview-v1.0
预览版本
现在支持一键扫描Maven
依赖并将Maven
打包的项目反编译回Maven
项目
支持识别当前项目下lib
目录的jar
包,并反编译回Maven
项目
sink
点寻找使用Code -> Inspect Code
功能,所有规则目前在Security -> SecurityInspector
下
详细使用文档可以查看SecurityInspector