Skip to content

Commit 1c1be0b

Browse files
authored
Merge pull request #490 from nadezhdafilina/update-dotnet
elsdoc-214, elasdoc-203, elsdoc-218, added new libraries to .net section
2 parents d0fe006 + bed485e commit 1c1be0b

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,11 +1434,46 @@ const techData = [
14341434
versions: "3.1.0",
14351435
link: "./dotnet/",
14361436
},
1437+
{
1438+
name: "log4net",
1439+
versions: "1.2.15",
1440+
link: "./dotnet/",
1441+
},
1442+
{
1443+
name: "Microsoft.Azure.Storage.DataMovement",
1444+
versions: "1.2.0 | 1.2.1",
1445+
link: "./dotnet/",
1446+
},
1447+
{
1448+
name: "Microsoft.Data.SqlClient",
1449+
versions: "1.1.4 | 1.1.5",
1450+
link: "./dotnet/",
1451+
},
1452+
{
1453+
name: "MimeKit",
1454+
versions: "3.6.1 | 3.6.2",
1455+
link: "./dotnet/",
1456+
},
14371457
{
14381458
name: "Newtonsoft.Json",
14391459
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",
14401460
link: "./dotnet/",
14411461
},
1462+
{
1463+
name: "NHibernate",
1464+
versions: "4.1.2.4001",
1465+
link: "./dotnet/",
1466+
},
1467+
{
1468+
name: "Refit",
1469+
versions: "6.3.2",
1470+
link: "./dotnet/",
1471+
},
1472+
{
1473+
name: "RestSharp",
1474+
versions: "108.0.3 | 110.2.0 | 111.4.1",
1475+
link: "./dotnet/",
1476+
},
14421477
{
14431478
name: "SharpZipLib",
14441479
versions: "0.86.0 | 0.86.1",

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ 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+
* log4net 1.2.15
13+
* Microsoft.Azure.Storage.DataMovement 1.2.0, 1.2.1
14+
* Microsoft.Data.SqlClient 1.1.4, 1.1.5
15+
* MimeKit 3.6.1, 3.6.2
1216
* 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
17+
* NHibernate 4.1.2.4001
18+
* Refit 6.3.2
19+
* RestSharp 108.0.3, 110.2.0, 111.4.1
1320
* SharpZipLib 0.86.0, 0.86.1
1421

1522
Other versions upon request.
@@ -217,8 +224,15 @@ dotnet nuget add source "https://nexus.repo.tuxcare.com/repository/<els_dotnet_c
217224

218225
| CVE ID | Severity | Affected Package | Affected Versions | Safe Versions |
219226
| :----: | :------: | :--------------: | :---------------: | :-----------: |
227+
| CVE-2018-1285 | Critical | log4net | < 2.0.10 | See Nexus |
228+
| CVE-2024-35252 | High | Microsoft.Azure.Storage.DataMovement | < 2.0.0 | See Nexus |
229+
| CVE-2024-0056 | High | Microsoft.Data.SqlClient | < 2.1.7 | See Nexus |
230+
| CVE-2024-38095 | High | MimeKit | >= 3.0.0, < 4.7.1 | See Nexus |
231+
| CVE-2024-39677 | Medium | NHibernate | < 5.4.9 | See Nexus |
220232
| CVE-2024-21907 | High | Newtonsoft.Json | < 13.0.1 | See Nexus |
221233
| GHSA-5crp-9r3c-p9vr | High | Newtonsoft.Json | < 13.0.1 | See Nexus |
234+
| CVE-2024-51501 | Critical | Refit | < 7.2.22 | See Nexus |
235+
| CVE-2024-45302 | High | RestSharp | >= 107.0.0, < 112.0.0 | See Nexus |
222236
| CVE-2021-32840 | Critical | SharpZipLib | < 1.3.3 | See Nexus |
223237
| CVE-2021-32841 | Medium | SharpZipLib | >= 1.3.0, < 1.3.3 | See Nexus |
224238
| CVE-2021-32842 | Medium | SharpZipLib | >= 1.0.0, < 1.3.3 | See Nexus |

0 commit comments

Comments
 (0)