CWChukwudi Wowointhechukwudi.hashnode.dev·Oct 7, 2024 · 2 min readImplementing a Secure Software Development Life CycleFirst, what is SDLC? The Software Development Lifecycle (SDLC) is a set of practices that make up a framework which standardizes building software applications. The aim is to establish repeatable processes and predictable outcomes from which future p...00
CWChukwudi Wowointhechukwudi.hashnode.dev·Sep 30, 2024 · 2 min readSecure CodingSecure Coding is a part of the Secure Software Development Lifecycle (SSDLC) and it speaks to ways vulnerabilities in code can be mitigated against attacks. Common coding flaws include: Buffer Overflow: Buffer can be defined as temporary memory used...00
CWChukwudi Wowointhechukwudi.hashnode.dev·Sep 18, 2024 · 2 min readUsing Dive to analyze Docker ImagesThis lab focuses on the review of docker images for extra or unneeded files to reduce attack surface using Dive. Dive is a layer-aware tool for exploring docker images, layer contents, and discovering ways to shrink the size of your Docker/OCI image....00