Secure coding January 17, 2023 Nitesh Malviya DevSecOps Tools of the trade Dig into the DevSecOps tools, including Source Composition Analysis and Static Analysis Security Testing, used in cybersecurity work.
Secure coding January 11, 2023 Gilad Maayan Software dependencies: The silent killer behind the world’s biggest attacks Why software dependencies represent a risk to virtually all software projects.
Secure coding October 17, 2022 Gilad Maayan Software composition analysis and how it can protect your supply chain Learn about software composition analysis, supply chain risk and how they work together.
Secure coding July 15, 2021 Greg Belding Only 20% of new developers receive secure coding training, says report A lack of secure coding training presents a risk for your organization.
Secure coding June 9, 2021 Dan Virgillito Introduction to Secure Software Development Life Cycle Learn all about the Secure Software Development Life Cycle.
Secure coding February 17, 2021 Srinivas How to control the flow of a program in x86 assembly Learn about x86 assembly instructions you can use to control the flow of a program in the ninth article in our x86 assembly series.
Secure coding February 17, 2021 Dan Virgillito Mitigating MFA bypass attacks: 5 tips for developers App developers have enough reasons to integrate multi-factor authentication (MFA) into their offerings. Passwords just don’t do the trick, as they’re...
Secure coding February 16, 2021 Srinivas How to diagnose and locate segmentation faults in x86 assembly Get an overview of how segmentation faults can occur in x86 assembly and C in the eighth article in our x86 assembly series.
Secure coding February 16, 2021 Srinivas How to use the ObjDump tool with x86 Learn about ObjDump by running it against a simple Hello World program in the seventh article in our x86 assembly series.
Secure coding February 15, 2021 Srinivas Debugging your first x86 program Learn how to debug an x86 assembly program using GDB, one of the most popular debuggers available, in the sixth article in our x86 assembly series.