Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.01 KB

File metadata and controls

32 lines (22 loc) · 1.01 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


[Unreleased]

Added

  • Nothing yet

Changed

  • Nothing yet

Fixed

  • Nothing yet

[0.1.0] - 2025-01-01

Added

  • vulnerable/missing_auth: Token contract with missing require_auth on transfer, demonstrating improper authorization checks
  • vulnerable/unchecked_math: Staking contract using raw arithmetic, vulnerable to overflow/underflow
  • vulnerable/unprotected_admin: Contract with admin functions lacking proper access control
  • vulnerable/unsafe_storage: Contract demonstrating insecure storage patterns
  • secure/secure_vault: Secure vault implementation with proper authorization and safe design
  • secure/protected_admin: Contract with correctly implemented admin access control
  • registry: Contract registry system for managing deployed contracts