Skip to content

Releases: blocksecteam/rustle

v2.0

07 Apr 03:31
ab28653
Compare
Choose a tag to compare

What's Changed

  • add support for macOS, refer to README for more

Full Changelog: v1.3...v2.0

v1.3

13 Jan 03:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.3

v1.2

16 Dec 08:43
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.1...v1.2

v1.1

10 Nov 03:05
Compare
Choose a tag to compare

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: v1.0...v1.1

v1.0

01 Nov 10:26
Compare
Choose a tag to compare

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.