Commit 6d8eeff
authored
Bump 3x vulnerable dependencies; drop net60 (#1688)
* Update GHA workflow to detect vulnerable dependencies
* Update GHA package workflow
* Target .NET 8 for Integration/Messaging/Stream
* Drop .NET 6
* Update to non-vulnerable OpenTelemetry 1.15.x version line
The following projects now target net8.0 instead of netstandard:
- Steeltoe.Management.OpenTelemetryBase
- Steeltoe.Management.TracingBase
- Steeltoe.Management.EndpointBase.csproj
This was done because OpenTelemetry packages on netstandard depend on 10.0 assemblies from System/Microsoft libraries
* Bump System/Microsoft dependencies to consistent 8.x release line, to avoid versioning conflicts and clean up leftovers from the time when netstandard matched netcore3.1
* Upgrade KubernetesClient to 19.0.2; retarget Common.Kubernetes, Configuration.KubernetesBase, and Discovery.Kubernetes to net8.0 only, because there no non-vulnerable version of KubernetesClient exists that targets netstandard
* Target net8.0 in addition to netstandard, to get the richer API surface of third-party dependencies in downstream dependencies that target net8.0
* Pin transitive System.Security.Cryptography.Xml to a patched 8.x release
* Pin transitive System.Net.Http and System.Text.RegularExpressions in HystrixBase1 parent 3e1cb39 commit 6d8eeff
185 files changed
Lines changed: 609 additions & 572 deletions
File tree
- .github/workflows
- build/templates
- src
- Bootstrap
- src/Autoconfig
- test/Autoconfig.Test
- CircuitBreaker
- src
- Abstractions
- Hystrix.MetricsEventsCore
- Hystrix.MetricsStreamCore
- HystrixBase
- Exceptions
- HystrixCore
- test
- Hystrix.MetricsEventsCore.Test
- Hystrix.MetricsStreamCore.Test
- HystrixBase.Test
- HystrixCore.Test
- Common
- src
- Abstractions
- Common.Expression
- Common.Hosting
- Common.Http
- Common.Kubernetes
- Common.Net
- Common.RetryPolly
- Common.Security
- Common.Utils
- Common
- Util
- test
- Common.Expression.Test
- Common.Hosting.Test
- Common.Http.Test
- Common.Kubernetes.Test
- Common.Net.Test
- Common.RetryPolly.Test
- Common.Security.Test
- Common.TestResources
- Common.Test
- Common.Utils.Test
- Configuration
- src
- Abstractions
- CloudFoundryBase
- CloudFoundryCore
- ConfigServerBase
- ConfigServerCore
- Kubernetes.ServiceBinding
- KubernetesBase
- KubernetesCore
- PlaceholderBase
- PlaceholderCore
- RandomValueBase
- SpringBootBase
- SpringBootCore
- test
- CloudFoundryBase.Test
- CloudFoundryCore.Test
- ConfigServer.ITest
- ConfigServerBase.Test
- ConfigServerCore.Test
- Kubernetes.ServiceBinding.Test
- KubernetesBase.Test
- KubernetesCore.Test
- PlaceholderBase.Test
- PlaceholderCore.Test
- RandomValuesBase.Test
- SpringBootBase.Test
- SpringBootCore.Test
- Connectors
- src
- Abstractions
- CloudFoundry
- Connector.EF6Core
- Connector.EFCore
- ConnectorBase
- ConnectorCore
- test
- Connector.CloudFoundry.Test
- Connector.EF6Core.Test
- Connector.EFCore.Test
- ConnectorBase.Test
- ConnectorCore.Test
- External.Connector.Test
- Discovery
- src
- Abstractions
- ClientBase
- ClientCore
- Consul
- Eureka
- Transport
- Kubernetes
- Discovery
- test
- ClientBase.Test
- ClientCore.Test
- Consul.Test
- Eureka.Test
- Kubernetes.Test
- Discovery
- Integration
- src
- Abstractions
- IntegrationBase
- RabbitMQ
- test
- Benchmark
- IntegrationBase.Test
- RabbitMQ.Test
- Logging
- src
- Abstractions
- DynamicLogger
- DynamicSerilogBase
- DynamicSerilogCore
- test
- DynamicLogger.Test
- DynamicSerilogBase.Test
- DynamicSerilogCore.Test
- Management
- src
- Abstractions
- CloudFoundryCore
- Diagnostics
- EndpointBase
- EndpointCore
- Extensions
- KubernetesCore
- OpenTelemetryBase
- TaskCore
- TracingBase
- TracingCore
- test
- CloudFoundryCore.Test
- EndpointBase.Test
- EndpointCore.Test
- KubernetesCore.Test
- TaskCore.Test
- TracingBase.Test
- TracingCore.Test
- Messaging
- src
- Abstractions
- MessagingBase
- RabbitMQ
- test
- Benchmarks/Channel
- MessagingBase.Test
- RabbitMQ.Test
- Security
- src
- Authentication.CloudFoundryBase
- Authentication.CloudFoundryCore
- Authentication.MtlsCore
- DataProtection.CredHubBase
- DataProtection.CredHubCore
- DataProtection.RedisCore
- test
- Authentication.CloudFoundryBase.Test
- Authentication.CloudFoundryCore.Test
- Authentication.MtlsCore.Test
- DataProtection.CredHubBase.Test
- DataProtection.CredHubCore.Test
- DataProtection.RedisCore.Test
- Stream
- src
- Abstractions
- BinderRabbitMQ
- StreamBase
- test
- BinderRabbitMQ.Test
- BinderTests
- MockBinder
- StreamBase.Test
- StubBinder1
- StubBinder2
- TestBinder
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | | - | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | | - | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
143 | | - | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| |||
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
162 | | - | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
182 | | - | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
189 | | - | |
| 191 | + | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
195 | | - | |
| 197 | + | |
196 | 198 | | |
197 | | - | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
226 | | - | |
| 228 | + | |
227 | 229 | | |
228 | | - | |
| 230 | + | |
229 | 231 | | |
230 | 232 | | |
231 | | - | |
| 233 | + | |
232 | 234 | | |
233 | 235 | | |
234 | 236 | | |
| |||
248 | 250 | | |
249 | 251 | | |
250 | 252 | | |
251 | | - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
252 | 256 | | |
253 | 257 | | |
254 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 90 | | |
98 | 91 | | |
99 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 55 | | |
63 | 56 | | |
64 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 40 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments