Skip to content

Releases: SpringKill-team/SecurityInspector

Preview-v1.2

27 Nov 01:24
b3f8564
Compare
Choose a tag to compare
Preview-v1.2 Pre-release
Pre-release

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

03 Nov 15:48
acf30f2
Compare
Choose a tag to compare
Preview-v1.1 Pre-release
Pre-release

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

24 Oct 09:39
d27d6ce
Compare
Choose a tag to compare
Preview-v1.0 Pre-release
Pre-release

预览版本
现在支持一键扫描Maven依赖并将Maven打包的项目反编译回Maven项目
支持识别当前项目下lib目录的jar包,并反编译回Maven项目
sink点寻找使用Code -> Inspect Code功能,所有规则目前在Security -> SecurityInspector
详细使用文档可以查看SecurityInspector