Expand description
Migration guide for replacing panic-prone code with security-hardened implementations
This module demonstrates how to migrate from the existing B4AE codebase to the security-hardened implementations that follow the 14 strict requirements.
Modulesยง
- array_
slicing_ migration - Example: Migrating from panic-prone array slicing to SecurityBuffer
- crypto_
migration - Example: Migrating cryptographic operations
- migration_
checklist - Complete migration checklist for B4AE codebase
- network_
input_ migration - Example: Migrating network input parsing
- state_
machine_ migration - Example: Migrating state machine implementation
- unwrap_
migration - Example: Migrating from unwrap() to SecurityResult