Skip to content

Fix missing CSRF protection across storefront controllers #107

Fix missing CSRF protection across storefront controllers

Fix missing CSRF protection across storefront controllers #107

Triggered via pull request July 19, 2026 16:34
Status Failure
Total duration 9m 29s
Artifacts

build.yml

on: pull_request
Build and analyze
9m 25s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build and analyze
Process completed with exit code 1.
Build and analyze
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-dotnet@v4, actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and analyze: src/Modules/Grand.Module.Api/DTOs/Catalog/ProductDto.cs#L10
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
Build and analyze: src/Modules/Grand.Module.Api/DTOs/Catalog/ProductDto.cs#L8
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
Build and analyze: src/Modules/Grand.Module.Api/DTOs/Catalog/BrandDto.cs#L24
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
Build and analyze: src/Modules/Grand.Module.Api/DTOs/Catalog/BrandDto.cs#L22
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
Build and analyze: src/Modules/Grand.Module.Api/DTOs/Catalog/BrandDto.cs#L20
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
Build and analyze: src/Modules/Grand.Module.Api/DTOs/Catalog/BrandDto.cs#L19
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
Build and analyze: src/Modules/Grand.Module.Api/DTOs/Catalog/BrandDto.cs#L17
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
Build and analyze: src/Modules/Grand.Module.Api/DTOs/Catalog/BrandDto.cs#L16
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
Build and analyze: src/Modules/Grand.Module.Api/Models/BaseApiEntityModel.cs#L9
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
Build and analyze: src/Modules/Grand.Module.Api/DTOs/Catalog/SpecificationAttributeDto.cs#L8
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.