Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 3.97 KB

CHANGELOG.md

File metadata and controls

90 lines (56 loc) · 3.97 KB

v2.0 - 07 Apr 2023

What's Changed

  • add support for macOS, refer to README for more

Full Changelog: https://github.com/blocksecteam/rustle/compare/v1.3...v2.0

Changes

v1.3 - 13 Jan 2023

What's Changed

Full Changelog: https://github.com/blocksecteam/rustle/compare/v1.2...v1.3

Changes

v1.2 - 16 Dec 2022

What's Changed

  • add 6 new detectors
  • add support for rustc v1.65.0
  • integrate clang-tidy for code optimization

Full Changelog: https://github.com/blocksecteam/rustle/compare/v1.1...v1.2

Changes

v1.1 - 10 Nov 2022

Changes

  • docs: add examples for every detector
  • feat: bump LLVM version to 15 (but we are still working on supporting Rust v1.65.0, refer to this PR for more)
  • feat: add unit test scripts
  • feat: add --output flag to rustle script
  • feat: split vulnerabilities into different severity groups in the audit report
  • fix several bugs

Full Changelog: https://github.com/blocksecteam/rustle/compare/v1.0...v1.1

Changes

v1.0 - 01 Nov 2022

We are thrilled to release Rustle: the first automatic auditor offered by BlockSec for NEAR community.

Rustle has several great features:

  • Rustle can currently detect 20+ types of issues in the NEAR contract. See the section Detectors for the full detector list.
  • Rustle is easy to use. We provide thorough installation commands and tutorials. Furthermore, we also prepare a docker for users for quick start.
  • Rustle is rather swift, most of the NEAR contracts can be analyzed within 3 minutes.
  • Rustle is user-friendly with reports in both CSV and JSON format. We also provide a script to help you import the result to Notion.

Changes