Skip to content

Commit 55959a8

Browse files
authored
Merge pull request #455 from sboldyreva/elsdoc/ELSDOC-180/Newtonsoft-Json
ELSDOC-180: Add Newtonsoft.Json to ELS .NET docs
2 parents 7a02967 + 2942a6e commit 55959a8

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ const techData = [
12711271
},
12721272
{
12731273
name: "Newtonsoft.Json",
1274-
versions: "4.5.11 | 6.0.8 | 8.0.3 | 9.0.1 | 10.0.3 | 11.0.2 | 12.0.3",
1274+
versions: "4.5.11 | 4.5.12 | 6.0.8 | 6.0.9 | 8.0.3 | 8.0.4 | 9.0.1 | 9.0.2 | 10.0.3 | 10.0.4 | 11.0.2 | 11.0.3 | 12.0.3 | 12.0.4",
12751275
link: "./dotnet/",
12761276
},
12771277
{

docs/els-for-libraries/dotnet/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NuGet is the standard package manager for .NET, used to deliver the reusable com
99
* .NET 6, 8, 10
1010
* Microsoft.Owin 3.1.0
1111
* Microsoft.Owin.Security.Cookies 3.1.0
12-
* Newtonsoft.Json 4.5.11, 6.0.8, 8.0.3, 9.0.1, 10.0.3, 11.0.2, 12.0.3
12+
* Newtonsoft.Json 4.5.11, 4.5.12, 6.0.8, 6.0.9, 8.0.3, 8.0.4, 9.0.1, 9.0.2, 10.0.3, 10.0.4, 11.0.2, 11.0.3, 12.0.3, 12.0.4
1313
* SharpZipLib 0.86.0
1414

1515
Other versions upon request.
@@ -212,6 +212,14 @@ dotnet nuget add source "https://nexus.repo.tuxcare.com/repository/<els_dotnet_c
212212
--password <NEW_PASSWORD>
213213
```
214214

215+
216+
## Resolved CVEs
217+
218+
| CVE ID | Severity | Affected Package | Affected Versions | Safe Versions |
219+
| :----: | :------: | :--------------: | :---------------: | :-----------: |
220+
| CVE-2024-21907 | High | Newtonsoft.Json | < 13.0.1 | See Nexus |
221+
| GHSA-5crp-9r3c-p9vr | High | Newtonsoft.Json | < 13.0.1 | See Nexus |
222+
215223
<script setup>
216224

217225
const credsSnippet =

0 commit comments

Comments
 (0)