Files
stack/apps
Jason Woltje bb6e08208c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(SEC-API-21): Add DTO validation for semantic/hybrid search body
Replace inline type annotations with proper class-validator DTOs for the
semantic and hybrid search endpoints. Adds SemanticSearchBodyDto,
HybridSearchBodyDto (query: @IsString @MaxLength(500), status:
@IsOptional @IsEnum(EntryStatus)), and SemanticSearchQueryDto (page/limit
with @IsInt @Min/@Max validation). Includes 22 new tests covering DTO
validation edge cases and controller integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 13:35:06 -06:00
..