Values.RemediationSourceInformation about how to remediate a finding.
type nonrec t = {recommendation : Recommendation.t option;An object that contains information about the recommended course of action to remediate a finding.
*)suggestedFixes : SuggestedFixes.t option;A list of SuggestedFix objects. Each object contains information about a suggested code fix to remediate the finding.
*)}