Skip to content

Commit

Permalink
build(deps): Bump vulnerable transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Jan 14, 2024
1 parent d10964e commit 8157625
Show file tree
Hide file tree
Showing 11 changed files with 407 additions and 116 deletions.
4 changes: 3 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
</ItemGroup>
<!--Vulnerable transient dependencies-->
<ItemGroup>
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.34.0"/>
<PackageVersion Include="SkiaSharp" Version="2.88.6"/>
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0"/>
</ItemGroup>
</Project>
</Project>
62 changes: 62 additions & 0 deletions source/Gnomeshade.Data.PostgreSQL/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,29 @@
"resolved": "7.0.0",
"contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q=="
},
"Microsoft.IdentityModel.Abstractions": {
"type": "Transitive",
"resolved": "6.34.0",
"contentHash": "5nInt1KKSpKQBlhe6gXz4yKxRzRUQa21vCvSIIKKzAI2e1r9PHQOZc7aRzBA8L/JCvBxLbCxelvUqun6qwWPJg=="
},
"Microsoft.IdentityModel.Logging": {
"type": "Transitive",
"resolved": "6.34.0",
"contentHash": "E0AbluNkI30/VKa96PxJhhFZDx/NGYIXFrRIRq1N5/V0TToaiuc3hM90QLFszT2BBQefnp/wjm12ilSudmt9bg==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.34.0"
}
},
"Microsoft.IdentityModel.Tokens": {
"type": "Transitive",
"resolved": "6.34.0",
"contentHash": "PEPcGMqbEwEwbpQ6nTld9Nqq6V5BPZSOfk71qXZ7h7DuGuxa13bWvjImhJba5Ko88YvIuZuOBJWFZmjLfwbNXA==",
"dependencies": {
"Microsoft.CSharp": "4.5.0",
"Microsoft.IdentityModel.Logging": "6.34.0",
"System.Security.Cryptography.Cng": "4.5.0"
}
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.0",
Expand Down Expand Up @@ -419,6 +442,11 @@
"System.Runtime": "4.3.0"
}
},
"System.Security.Cryptography.Cng": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A=="
},
"System.Text.Encoding": {
"type": "Transitive",
"resolved": "4.3.0",
Expand All @@ -429,6 +457,16 @@
"System.Runtime": "4.3.0"
}
},
"System.Text.Encodings.Web": {
"type": "Transitive",
"resolved": "4.7.2",
"contentHash": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA=="
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "4.7.2",
"contentHash": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg=="
},
"System.Threading": {
"type": "Transitive",
"resolved": "4.3.0",
Expand All @@ -454,7 +492,9 @@
"Dapper": "[2.0.151, )",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "[7.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[7.0.11, )",
"Microsoft.IdentityModel.JsonWebTokens": "[6.34.0, )",
"NodaTime": "[3.1.9, )",
"System.IdentityModel.Tokens.Jwt": "[6.34.0, )",
"dbup-core": "[5.0.10, )"
}
},
Expand Down Expand Up @@ -511,6 +551,18 @@
"Microsoft.Extensions.Primitives": "7.0.0"
}
},
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "CentralTransitive",
"requested": "[6.34.0, )",
"resolved": "6.34.0",
"contentHash": "CZMom/ZoWcgjxLMxmCmcEkuoA0OA4swN1CGeMBQyxF/hEZgRbWK9EnWVJ9/oMUq3D1+OGJjnbN+W6gFq9kZcEg==",
"dependencies": {
"Microsoft.IdentityModel.Tokens": "6.34.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encodings.Web": "4.7.2",
"System.Text.Json": "4.7.2"
}
},
"NodaTime": {
"type": "CentralTransitive",
"requested": "[3.1.9, )",
Expand All @@ -519,6 +571,16 @@
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "4.7.1"
}
},
"System.IdentityModel.Tokens.Jwt": {
"type": "CentralTransitive",
"requested": "[6.34.0, )",
"resolved": "6.34.0",
"contentHash": "c0misfmFT3QxKY+a16PGlj+DtiUzoPaf26m2avyPZaLRc9vlIdLtmovfRY5MqN+y/SEoBSRXrgVaeZGPgFQQ6w==",
"dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "6.34.0",
"Microsoft.IdentityModel.Tokens": "6.34.0"
}
}
}
}
Expand Down
64 changes: 49 additions & 15 deletions source/Gnomeshade.Data.Sqlite/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,29 @@
"resolved": "7.0.0",
"contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q=="
},
"Microsoft.IdentityModel.Abstractions": {
"type": "Transitive",
"resolved": "6.34.0",
"contentHash": "5nInt1KKSpKQBlhe6gXz4yKxRzRUQa21vCvSIIKKzAI2e1r9PHQOZc7aRzBA8L/JCvBxLbCxelvUqun6qwWPJg=="
},
"Microsoft.IdentityModel.Logging": {
"type": "Transitive",
"resolved": "6.34.0",
"contentHash": "E0AbluNkI30/VKa96PxJhhFZDx/NGYIXFrRIRq1N5/V0TToaiuc3hM90QLFszT2BBQefnp/wjm12ilSudmt9bg==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.34.0"
}
},
"Microsoft.IdentityModel.Tokens": {
"type": "Transitive",
"resolved": "6.34.0",
"contentHash": "PEPcGMqbEwEwbpQ6nTld9Nqq6V5BPZSOfk71qXZ7h7DuGuxa13bWvjImhJba5Ko88YvIuZuOBJWFZmjLfwbNXA==",
"dependencies": {
"Microsoft.CSharp": "4.5.0",
"Microsoft.IdentityModel.Logging": "6.34.0",
"System.Security.Cryptography.Cng": "4.5.0"
}
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.1",
Expand Down Expand Up @@ -927,21 +950,8 @@
},
"System.Security.Cryptography.Cng": {
"type": "Transitive",
"resolved": "4.3.0",
"contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0"
}
"resolved": "4.5.0",
"contentHash": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A=="
},
"System.Security.Cryptography.Csp": {
"type": "Transitive",
Expand Down Expand Up @@ -1168,7 +1178,9 @@
"Dapper": "[2.0.151, )",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "[7.0.11, )",
"Microsoft.Extensions.Identity.Stores": "[7.0.11, )",
"Microsoft.IdentityModel.JsonWebTokens": "[6.34.0, )",
"NodaTime": "[3.1.9, )",
"System.IdentityModel.Tokens.Jwt": "[6.34.0, )",
"dbup-core": "[5.0.10, )"
}
},
Expand Down Expand Up @@ -1225,6 +1237,18 @@
"Microsoft.Extensions.Primitives": "7.0.0"
}
},
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "CentralTransitive",
"requested": "[6.34.0, )",
"resolved": "6.34.0",
"contentHash": "CZMom/ZoWcgjxLMxmCmcEkuoA0OA4swN1CGeMBQyxF/hEZgRbWK9EnWVJ9/oMUq3D1+OGJjnbN+W6gFq9kZcEg==",
"dependencies": {
"Microsoft.IdentityModel.Tokens": "6.34.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encodings.Web": "4.7.2",
"System.Text.Json": "4.7.2"
}
},
"NodaTime": {
"type": "CentralTransitive",
"requested": "[3.1.9, )",
Expand All @@ -1245,6 +1269,16 @@
"System.Runtime": "4.3.0"
}
},
"System.IdentityModel.Tokens.Jwt": {
"type": "CentralTransitive",
"requested": "[6.34.0, )",
"resolved": "6.34.0",
"contentHash": "c0misfmFT3QxKY+a16PGlj+DtiUzoPaf26m2avyPZaLRc9vlIdLtmovfRY5MqN+y/SEoBSRXrgVaeZGPgFQQ6w==",
"dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "6.34.0",
"Microsoft.IdentityModel.Tokens": "6.34.0"
}
},
"System.IO.FileSystem": {
"type": "CentralTransitive",
"requested": "[4.3.0, )",
Expand Down
6 changes: 6 additions & 0 deletions source/Gnomeshade.Data/Gnomeshade.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
<PackageReference Include="NodaTime" />
</ItemGroup>

<!--Vulnerable transitive dependencies-->
<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.sql" />
</ItemGroup>
Expand Down
60 changes: 60 additions & 0 deletions source/Gnomeshade.Data/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@
"Microsoft.Extensions.Logging": "7.0.0"
}
},
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Direct",
"requested": "[6.34.0, )",
"resolved": "6.34.0",
"contentHash": "CZMom/ZoWcgjxLMxmCmcEkuoA0OA4swN1CGeMBQyxF/hEZgRbWK9EnWVJ9/oMUq3D1+OGJjnbN+W6gFq9kZcEg==",
"dependencies": {
"Microsoft.IdentityModel.Tokens": "6.34.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encodings.Web": "4.7.2",
"System.Text.Json": "4.7.2"
}
},
"NodaTime": {
"type": "Direct",
"requested": "[3.1.9, )",
Expand All @@ -81,6 +93,16 @@
"StyleCop.Analyzers.Unstable": "1.2.0.507"
}
},
"System.IdentityModel.Tokens.Jwt": {
"type": "Direct",
"requested": "[6.34.0, )",
"resolved": "6.34.0",
"contentHash": "c0misfmFT3QxKY+a16PGlj+DtiUzoPaf26m2avyPZaLRc9vlIdLtmovfRY5MqN+y/SEoBSRXrgVaeZGPgFQQ6w==",
"dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "6.34.0",
"Microsoft.IdentityModel.Tokens": "6.34.0"
}
},
"Microsoft.AspNetCore.Cryptography.Internal": {
"type": "Transitive",
"resolved": "7.0.11",
Expand Down Expand Up @@ -202,6 +224,29 @@
"resolved": "7.0.0",
"contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q=="
},
"Microsoft.IdentityModel.Abstractions": {
"type": "Transitive",
"resolved": "6.34.0",
"contentHash": "5nInt1KKSpKQBlhe6gXz4yKxRzRUQa21vCvSIIKKzAI2e1r9PHQOZc7aRzBA8L/JCvBxLbCxelvUqun6qwWPJg=="
},
"Microsoft.IdentityModel.Logging": {
"type": "Transitive",
"resolved": "6.34.0",
"contentHash": "E0AbluNkI30/VKa96PxJhhFZDx/NGYIXFrRIRq1N5/V0TToaiuc3hM90QLFszT2BBQefnp/wjm12ilSudmt9bg==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.34.0"
}
},
"Microsoft.IdentityModel.Tokens": {
"type": "Transitive",
"resolved": "6.34.0",
"contentHash": "PEPcGMqbEwEwbpQ6nTld9Nqq6V5BPZSOfk71qXZ7h7DuGuxa13bWvjImhJba5Ko88YvIuZuOBJWFZmjLfwbNXA==",
"dependencies": {
"Microsoft.CSharp": "4.5.0",
"Microsoft.IdentityModel.Logging": "6.34.0",
"System.Security.Cryptography.Cng": "4.5.0"
}
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.0",
Expand Down Expand Up @@ -383,6 +428,11 @@
"System.Runtime": "4.3.0"
}
},
"System.Security.Cryptography.Cng": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A=="
},
"System.Text.Encoding": {
"type": "Transitive",
"resolved": "4.3.0",
Expand All @@ -393,6 +443,16 @@
"System.Runtime": "4.3.0"
}
},
"System.Text.Encodings.Web": {
"type": "Transitive",
"resolved": "4.7.2",
"contentHash": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA=="
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "4.7.2",
"contentHash": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg=="
},
"System.Threading": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down
Loading

0 comments on commit 8157625

Please sign in to comment.