You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Secure by Design (SbD) Artefact Library provides a centralised repository of proven solutions to common cyber security problems, supporting the implementation of Secure By Design across UK government.
Security-first ETH settlement implementation. Demonstrates reentrancy-safe native value transfers using low-level calls and strict fallback segregation patterns.
Production-ready static site architecture on AWS using CloudFront and a private S3 origin, built with Terraform. Focused on security, least privilege, and edge hardening, with enforced TLS versions, security headers, geo restrictions, and an automated GitHub Actions release pipeline for safe deployments.
Reentrancy-hardened vault implementation. Enforces the Checks-Effects-Interactions (CEI) pattern for secure state transitions and utilizes custom errors for gas-efficient validation.