Skip to content

Releases: chaitin/veinmind-tools

v2.1.5

26 Jul 06:26
ae36f27
Compare
Choose a tag to compare

🔥 Feature

  • feat(veinmind-trace): add veinmind-trace plugin for detecting attack trace in container by @DVKunion in #253
  • feat(veinmind-backdoor): refactor backdoor go plugin by @ek1ng in #252
  • feat(veinmind-backdoor): add rootkit scan by @l2yyd5 in #256

📒 Others

  • chore(veinmind-backdoor): disabled python plugin and instead of go plugin by @DVKunion in #257
  • chore(libveinmind): update libveinmind 1.9.42 by @DVKunion in #258

🎉 New Contributors

Full Changelog: v2.1.4...v2.1.5

v2.1.4

04 Jul 06:58
4400379
Compare
Choose a tag to compare

🔥 Feature

  • feat(plugins): Add veinmind-privilege-escalation plugin for detecting privilege escalation risks, including checks for suid and sudo by @ek1ng in #250

🔧 Fix

  • fix(libveinmind): fix libveinmind walk data race error by @DVKunion in #231
  • fix(veinmind-weakpass)/add_error_check by @testwill in #249
  • fix(docs): fix errors in documentation on how to initialize plugins by @ek1ng in #247
  • fix(docs): fix README format by @ek1ng in #251

📒 Others

Full Changelog: v2.1.3...v2.1.4

v2.1.3

23 May 07:08
b9848f4
Compare
Choose a tag to compare

🔥 Feature

  • feat(veinmind-weakpass): add mysql5 weakpass scan by @ek1ng in #237
  • feat(plugins): use bullseye && update libveinmind-dev 1.9.15 by @DVKunion in #239
  • feat(weakpass): support caching_sha2_password and enhance MyISAM pkg by @asjdf in #235
  • feat(plugins): update kubernetes iac polices by @ek1ng in #240
  • feat(veinmind-sensitive): support env and docker history scan by @ek1ng in #242

🔧 Fix

  • fix(libveinmind): fix libveinmind walk data race error by @DVKunion in #231
  • fix(veinmind-malicious): optimize code by @testwill in #233
  • fix(veinmind-weakpass): fix mysql8 weakpass check by @ek1ng in #241

📒 Others

  • chore(unsafe-mount): remove duplicate code by @testwill in #229
  • chore(func): update deprecated func and clean Dockerfile by @asjdf in #232
  • docs(readme): add star history by @ek1ng in #238

🎉 New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

25 Apr 04:01
2f636ea
Compare
Choose a tag to compare

Feature

  • feat(veinmind-weakpass): support ftp @ek1ng in #226
  • feat(veinmind-iac): add dockerfile security detection by @ek1ng in #228

Fix

  • fix(ai): ignore basic info analyzer by @DVKunion in #218
  • fix(Makefile): add CGO_ENBALED && update(dependency): update dependency version by @ek1ng in #221
  • fix(CI/CD): change goproxy settings by @ek1ng in #222

Others

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

29 Mar 08:46
c62062c
Compare
Choose a tag to compare

Fix

  • 修复容器运行时部分初始化问题

v2.1.0

27 Mar 06:29
ce0782b
Compare
Choose a tag to compare

Feature

  • 支持使用 openai 分析扫描结果

v2.0.7

23 Mar 16:01
e917ddf
Compare
Choose a tag to compare
  • 新增 veinmind-minio 插件

v2.0.6

06 Mar 08:49
9f3024e
Compare
Choose a tag to compare

Feature

  • 降低镜像大小 @286515491

Fix

  • 敏感信息检测增加文件限制 @testwill
  • 优化容器逃逸权限检测逻辑 @286515491
  • 修复敏感信息路径扫描 @286515491

v2.0.5

24 Feb 04:12
ebbf8b2
Compare
Choose a tag to compare

Fix

  • 修改插件发现目录

v2.0.4

23 Feb 10:38
3f0efbc
Compare
Choose a tag to compare

Fix

  • 修复镜像重复扫描问题