diff --git a/src/main/resources/lessons/vulnerablecomponents/documentation/VulnerableComponents_plan.adoc b/src/main/resources/lessons/vulnerablecomponents/documentation/VulnerableComponents_plan.adoc index f09d521e2..ac36a9c28 100644 --- a/src/main/resources/lessons/vulnerablecomponents/documentation/VulnerableComponents_plan.adoc +++ b/src/main/resources/lessons/vulnerablecomponents/documentation/VulnerableComponents_plan.adoc @@ -2,12 +2,11 @@ == Concept -The way we build software has changed. The open source community is maturing and the availability of open source software has become prolific without regard to determining the provenance of the libraries used in our applications. Ref: https://www.sonatype.com/hubfs/SSC/Software_Supply_Chain_Inforgraphic.pdf?t=1485298506170[Software Supply Chain] +The way we build software has changed. The open source community is maturing and the availability of open source software has become prolific without regard to determining the provenance of the libraries used in our applications. Ref: https://www.sonatype.com/state-of-the-software-supply-chain/introduction[Software Supply Chain] This lesson will walk through the difficulties with managing dependent libraries, the risk of not managing those dependencies, and the difficulty in determining if you are at risk. -image::images/OpenSourceGrowing.png[caption="Figure: ", title="Software Supply Chain", alt="SSC", width="500", height="300", style="lesson-image" link="https://www.sonatype.com/hubfs/SSC/Software_Supply_Chain_Inforgraphic.pdf?t=1485298506170[Software Supply Chain"] - +image::images/OpenSourceGrowing2023.png[caption="Figure: ", title="The continued growth of Open Source software.", alt="SSC", width="500", height="262", style="lesson-image" link=https://www.sonatype.com/state-of-the-software-supply-chain/introduction] == Goals diff --git a/src/main/resources/lessons/vulnerablecomponents/images/OpenSourceGrowing.png b/src/main/resources/lessons/vulnerablecomponents/images/OpenSourceGrowing.png deleted file mode 100644 index de2565611..000000000 Binary files a/src/main/resources/lessons/vulnerablecomponents/images/OpenSourceGrowing.png and /dev/null differ diff --git a/src/main/resources/lessons/vulnerablecomponents/images/OpenSourceGrowing2023.png b/src/main/resources/lessons/vulnerablecomponents/images/OpenSourceGrowing2023.png new file mode 100644 index 000000000..c47e64b91 Binary files /dev/null and b/src/main/resources/lessons/vulnerablecomponents/images/OpenSourceGrowing2023.png differ