Giving the job container from the jobs manager #192
Annotations
21 warnings
Tests
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L10
Non-nullable property 'Finding' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L5
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJobTemplate.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJobTemplate.cs#L15
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJobTemplate.cs#L20
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJob.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/K8s/KubernetesJob.cs#L7
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Jobs/JobTemplates/NucleiCustomJobTemplate.cs#L13
Possible null reference assignment.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Jobs/JobTemplates/NucleiCustomJobTemplate.cs#L16
Possible null reference assignment.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L79
Dereference of a possibly null reference.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L10
Non-nullable property 'Finding' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Controllers/dto/JobsControllerDto.cs#L5
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Jobs/Commands/PythonCustomJobCommand.cs#L17
Possible null reference argument for parameter 'containerImage' in 'PythonCustomJobTemplate.PythonCustomJobTemplate(string? id, IConfiguration config, JobParameter[]? jobParameters, string? code, int? jobPodMilliCpuLimit, ulong? jobPodMemoryKbLimit, string containerImage)'.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Jobs/Commands/NucleiCustomJobCommand.cs#L17
Possible null reference argument for parameter 'containerImage' in 'NucleiCustomJobTemplate.NucleiCustomJobTemplate(string? id, IConfiguration config, JobParameter[]? jobParameters, string? code, int? jobPodMilliCpuLimit, ulong? jobPodMemoryKbLimit, string? findingHandler, string containerImage)'.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L79
Dereference of a possibly null reference.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L41
Dereference of a possibly null reference.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L65
Dereference of a possibly null reference.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L73
Dereference of a possibly null reference.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Queue/KafkaConsumer.cs#L11
Non-nullable property 'Consumer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Tests:
packages/backend/orchestrator/service/Orchestrator/Queue/JsonSerializer.cs#L10
Possible null reference return.
|