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 16, 2023 Gilad Maayan Secure software deployment for APIs Why application programming interfaces (or APIs) are an essential component of cybersecurity.
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 July 14, 2021 Srinivas Container security implications when using Iron vs VM vs cloud provider infrastructures Containers are popular, meaning more and more service providers are offering ways to manage container workloads, each with their own pros and cons.
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 implement common logic constructs such as if/else/loops in x86 assembly Learn about some of the logical instructions supported in x86 in the last article in our x86 assembly series.
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...