**Task Description** Add the [earliestTargetRemediationDate](https://github.com/cloudoperators/heureka/blob/main/internal/api/graphql/graph/schema/vulnerability.graphqls#L9) to the default order in the [Vulnerability BaseResolver](https://github.com/cloudoperators/heureka/blob/main/internal/api/graphql/graph/baseResolver/vulnerability.go#L62-L69). The ordering should be by: - Rating - TargetRemediationDate (Desc) - PrimaryName
Task Description
Add the earliestTargetRemediationDate to the default order in the Vulnerability BaseResolver. The ordering should be by: