[Snyk] Security upgrade WireMock.Net from 1.4.41 to 1.5.47 #40
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/TBC.OpenAPI.SDK.Core/QueryStringHelper/QueryStringBuilder.cs#L15
Cannot convert null literal to non-nullable reference type.
|
build:
src/TBC.OpenAPI.SDK.Core/Extensions/ServiceCollectionExtensions.cs#L26
Dereference of a possibly null reference.
|
build:
src/TBC.OpenAPI.SDK.Core/Models/ApiResponse.cs#L7
Change 'Headers' to be read-only by removing the property setter
|
build:
src/TBC.OpenAPI.SDK.Core/Models/ApiResponse.cs#L7
Change 'Headers' to be read-only by removing the property setter
|
build:
src/TBC.OpenAPI.SDK.Core/Models/ProblemDetails.cs#L76
Change 'Errors' to be read-only by removing the property setter
|
build:
src/TBC.OpenAPI.SDK.Core/Models/ProblemDetails.cs#L76
Change 'Errors' to be read-only by removing the property setter
|
build:
src/TBC.OpenAPI.SDK.Core/Models/ProblemDetailsJsonConverter.cs#L42
In externally visible method 'void ProblemDetailsJsonConverter.Write(Utf8JsonWriter writer, ProblemDetails value, JsonSerializerOptions options)', validate parameter 'value' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.
|
build:
src/TBC.OpenAPI.SDK.Core/Models/ProblemDetailsJsonConverter.cs#L41
In externally visible method 'void ProblemDetailsJsonConverter.Write(Utf8JsonWriter writer, ProblemDetails value, JsonSerializerOptions options)', validate parameter 'writer' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.
|
build:
src/TBC.OpenAPI.SDK.Core/Models/ProblemDetailsJsonConverter.cs#L42
In externally visible method 'void ProblemDetailsJsonConverter.Write(Utf8JsonWriter writer, ProblemDetails value, JsonSerializerOptions options)', validate parameter 'value' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.
|
build:
src/TBC.OpenAPI.SDK.Core/Models/ProblemDetailsJsonConverter.cs#L41
In externally visible method 'void ProblemDetailsJsonConverter.Write(Utf8JsonWriter writer, ProblemDetails value, JsonSerializerOptions options)', validate parameter 'writer' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.
|