From 61dab76374f3279f11b6dc855bd6e853a11789bd Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:00:46 -0500 Subject: [PATCH 1/2] Add Newtonsoft.Json and RestSharp dependencies Added Newtonsoft.Json and RestSharp package references. --- VulnerableLibrary/VulnerableLibrary.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VulnerableLibrary/VulnerableLibrary.csproj b/VulnerableLibrary/VulnerableLibrary.csproj index b2817c3..52125a1 100644 --- a/VulnerableLibrary/VulnerableLibrary.csproj +++ b/VulnerableLibrary/VulnerableLibrary.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -10,7 +10,10 @@ + + + From a83200316b164bb7eb6cd8d2d5b213c47d8c63b9 Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:01:36 -0500 Subject: [PATCH 2/2] Update package versions and add new dependencies (introduces a dependency on a vulnerable version of RestSharp) --- Directory.Packages.props | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 434d2f7..efc27f3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,30 +3,37 @@ true true - - - - - - + + + + + + + + - - + + + + - - + + - - - + + + + - - + + + +