Skip to content

Latest commit

 

History

History
171 lines (105 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

171 lines (105 loc) · 3.06 KB

Changelog

All notable changes to this project will be documented in this file.

[0.1.9] - 2024-06-09

🐛 Bug Fixes

  • Render vuln info no github_search data
  • Push msg template format
  • Ti response null error and seebug no get cve error

⚙️ Miscellaneous Tasks

  • Update version to 0.1.9

[0.1.8] - 2024-06-07

🐛 Bug Fixes

  • Update sea-orm version to 1.0.0-rc.5 and Solve dependency security issues
  • Search github no data dont't exec db save

🚜 Refactor

  • Update CHANGELOG

[0.1.7] - 2024-06-05

🚀 Features

  • Support crawling github for poc

⚙️ Miscellaneous Tasks

  • Update CHANGELOG
  • Update version to 0.1.7
  • Update CHANGELOG.md

[0.1.6] - 2024-06-04

🐛 Bug Fixes

  • Push message from model to vulninfo severtiy error

🚜 Refactor

  • Update msg_template

[0.1.5] - 2024-06-03

🐛 Bug Fixes

  • Update threatbook check_valuable
  • Models no set is_valuable

⚙️ Miscellaneous Tasks

  • Update code version and CHANGELOG

[0.1.4] - 2024-06-03

🐛 Bug Fixes

  • Ding bot push msg timestamp error

[0.1.3] - 2024-06-03

🚀 Features

  • Support crawling anti data

🐛 Bug Fixes

  • Update threadbook check_valuable

🚜 Refactor

  • Clean no use code

📚 Documentation

  • Update readme add anti

⚙️ Miscellaneous Tasks

  • Update CHANGELOG.md add lark bot
  • Update CHANGELOG.md

[0.1.2] - 2024-06-01

🚀 Features

  • Support lark bot push message

📚 Documentation

  • Readme add lark content

⚙️ Miscellaneous Tasks

  • Update CHANGELOG

[0.1.1] - 2024-05-31

🚀 Features

  • JobScheduler use shanghai tz
  • Support crawling threatbook data

📚 Documentation

  • Readme add deployment content
  • Readme add threatbook

⚙️ Miscellaneous Tasks

  • Update cliff config
  • Config cliff config and generate CHANGELOG
  • Delete vscode settings
  • Update default config and app.env add RUST_LOG=info
  • Add docker build and push
  • Update version 0.1.1

[0.1.0] - 2024-05-30

🚀 Features

  • Support job scheduler and store data to postgres
  • Log time support offset +8
  • Support crawling seebug
  • Support tg bot push message
  • Support push vuln after update pushed status
  • Support crawl kev data
  • Support crawl ti data
  • Add init data and push init_msg
  • Support dingding push
  • Support db migration
  • Support deployment

🐛 Bug Fixes

  • 修复某条数据处理失败,不影响当前列表数据的爬取
  • Timestamp_to_date format error
  • 调整一些包的导出并修复ti爬取数据的bug

🚜 Refactor

  • Abstract the code
  • 重构代码目录并修复数据库因字段长度的问题导致入库失败
  • 重构代码的目录结构
  • 将grabs放到WatchVulnApp结构体中
  • Avd code refactoring and improvement
  • Oscs code refactoring and improvement
  • Seebug code refactoring and improvement

📚 Documentation

  • Update readme
  • Update doc
  • Doc add CISA KEV
  • Readme add ti
  • Readme add dev run command
  • Readme add about dingding push content

Build

  • Cargo update cargo.lock
  • Update sea-orm to 1.0.0-rc.4