Skip to content

Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.0 to 8.0.1 in /src #232

Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.0 to 8.0.1 in /src

Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.0 to 8.0.1 in /src #232

Triggered via pull request January 10, 2024 20:55
Status Success
Total duration 11m 25s
Artifacts 2

pull-request-validation.yml

on: pull_request
terraform-plan-and-apply-dev
6m 8s
terraform-plan-and-apply-dev
dependency-review
6s
dependency-review
deploy-sql-database-dev
1m 47s
deploy-sql-database-dev
terraform-plan-prd
0s
terraform-plan-prd
app-service-deploy-dev
1m 7s
app-service-deploy-dev
run-api-integration-tests-dev
1m 42s
run-api-integration-tests-dev
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
dotnet-web-ci: src/repository-webapi/Controllers/DataMaintenanceController.cs#L37
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
dotnet-web-ci: src/repository-webapi/Controllers/DataMaintenanceController.cs#L52
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
dotnet-web-ci: src/repository-webapi/Controllers/DataMaintenanceController.cs#L67
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
dotnet-web-ci: src/repository-webapi/Controllers/DataMaintenanceController.cs#L82
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
dotnet-web-ci: src/repository-webapi/Controllers/LivePlayersController.cs#L102
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
dotnet-web-ci: src/repository-webapi/Controllers/GameServersController.cs#L210
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
dotnet-web-ci: src/repository-webapi/Controllers/GameServersController.cs#L211
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
dotnet-web-ci: src/repository-webapi/Controllers/GameServersController.cs#L212
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
dotnet-web-ci: src/repository-webapi/Controllers/GameServersController.cs#L213
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
dotnet-web-ci: src/repository-webapi/Controllers/GameServersController.cs#L214
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
run-api-integration-tests-dev: src/repository-webapi/Controllers/DataMaintenanceController.cs#L52
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
run-api-integration-tests-dev: src/repository-webapi/Controllers/DataMaintenanceController.cs#L82
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
run-api-integration-tests-dev: src/repository-webapi/Controllers/DataMaintenanceController.cs#L67
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
run-api-integration-tests-dev: src/repository-webapi/Controllers/DataMaintenanceController.cs#L37
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
run-api-integration-tests-dev: src/repository-webapi/Controllers/LivePlayersController.cs#L102
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
run-api-integration-tests-dev: src/repository-webapi/Controllers/GameServersController.cs#L210
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
run-api-integration-tests-dev: src/repository-webapi/Controllers/GameServersController.cs#L211
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
run-api-integration-tests-dev: src/repository-webapi/Controllers/GameServersController.cs#L212
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
run-api-integration-tests-dev: src/repository-webapi/Controllers/GameServersController.cs#L213
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
run-api-integration-tests-dev: src/repository-webapi/Controllers/GameServersController.cs#L214
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.

Artifacts

Produced during runtime
Name Size
nuget-packages Expired
56.2 KB
repository-webapi Expired
23.4 MB