From ff3fe16f42a1ed3abe601eb078b6e211ca119d21 Mon Sep 17 00:00:00 2001 From: Wizou <11647984+wiz0u@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:55:54 +0100 Subject: [PATCH] migrate doc: STJ CVE --- Examples/Examples.csproj | 3 ++- src/migrate/Version-22.x.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Examples/Examples.csproj b/Examples/Examples.csproj index bcf1306..4bb6b6d 100644 --- a/Examples/Examples.csproj +++ b/Examples/Examples.csproj @@ -11,7 +11,8 @@ - + + diff --git a/src/migrate/Version-22.x.md b/src/migrate/Version-22.x.md index 592cd86..415a5e2 100644 --- a/src/migrate/Version-22.x.md +++ b/src/migrate/Version-22.x.md @@ -67,3 +67,4 @@ _(if you use this [non-recommended](Version-21.x.md#request-structures) method)_ - Helper method `GetFileIdType` It can tell you which type of object/media is referenced by a FileId string - Huge rewrite of our serialization code to make it more performant and straightforward. +- Updated System.Text.Json due to vulnerability [CVE-2024-43485](https://github.com/advisories/GHSA-8g4q-xg66-9fp4)