Skip to content

Commit

Permalink
Added ref for new software supply chain guide
Browse files Browse the repository at this point in the history
  • Loading branch information
csalas-yubico committed Dec 13, 2023
1 parent fa94090 commit 8eeb63b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/Developer_Program/Secure_Software_Supply_Chain_Guide.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
= Secure Software Supply Chain Guide
:description: Developer guide to teach you how to maximize the power of the YubiKey to secure your software supply chain. This guide contains examples on how to use the YubiKey to enable account protections, commit signing, and code signing. By the end of this guide you, and your organization will have the tools needed to quickly onboard developers to allow them to focus more time on producing code, and less time configuring their environment.
:keywords: software supply chain, ssh, gpg, passkeys, yubikeys, yubihsm

Protection for all stages of the development lifecycle

What happens when the call is coming from inside the house? Organizations that develop applications are increasingly being targeted in software supply chain attacks.

A software supply chain attack is when malicious code is added into software that was meant to be trusted. An attack doesn't only refer to the code that is committed by your developers, it can also refer to code from:

* Dependencies/packages
* Code written by parties external to your company
* Web services called by your codebase
With this in mind you may be asking what can be done to protect your codebase? Yubico’s various products can be leveraged in ways that can help protect software through the development lifecycle. In this series we will explore different attack scenarios, and step-by-step instructions on how to mitigate the risk using YubiKeys and the YubiHSM2.

Click the link below if you're ready to begin!

link:https://yubicolabs.github.io/secure-software-supply-chain-guide/[Link to Yubico's Secure Software Supply Chain Guide]

0 comments on commit 8eeb63b

Please sign in to comment.