IT Security Audit Platform

Edit Finding

Finding Details
$
$
Finding Info

Created: Oct 13, 2025

public class UpdateFindingDto { public string FindingTitle { get; set; } = string.Empty; public string? FindingDescription { get; set; } public string? Recommendation { get; set; } public string? Priority { get; set; } public string Status { get; set; } = "Open"; public decimal? EstimatedCostMin { get; set; } public decimal? EstimatedCostMax { get; set; } }
An error has occurred. This application may no longer respond until reloaded. Reload 🗙