Skip to content

KICS

KICS #105

Triggered via schedule July 2, 2023 00:38
Status Success
Total duration 1m 17s
Artifacts

kics.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
[MEDIUM] Additional Properties Too Permissive: backend/src/main/resources/static/discovery-finder-openapi.yaml#L151
Objects should not accept 'additionalProperties' if it is possible
[MEDIUM] Additional Properties Too Permissive: backend/src/main/resources/static/discovery-finder-openapi.yaml#L158
Objects should not accept 'additionalProperties' if it is possible
[MEDIUM] Additional Properties Too Permissive: backend/src/main/resources/static/discovery-finder-openapi.yaml#L131
Objects should not accept 'additionalProperties' if it is possible
[MEDIUM] Additional Properties Too Permissive: backend/src/main/resources/static/discovery-finder-openapi.yaml#L142
Objects should not accept 'additionalProperties' if it is possible
[MEDIUM] Additional Properties Too Permissive: backend/src/main/resources/static/discovery-finder-openapi.yaml#L106
Objects should not accept 'additionalProperties' if it is possible
[MEDIUM] Additional Properties Too Permissive: backend/src/main/resources/static/discovery-finder-openapi.yaml#L99
Objects should not accept 'additionalProperties' if it is possible
[MEDIUM] CPU Limits Not Set: charts/discoveryfinder/templates/deployment.yaml#L1
CPU limits should be set because if the system has CPU time free, a container is guaranteed to be allocated as much CPU as it requests
[MEDIUM] CPU Requests Not Set: charts/discoveryfinder/templates/deployment.yaml#L1
CPU requests should be set to ensure the sum of the resource requests of the scheduled Containers is less than the capacity of the node
[MEDIUM] Container Running With Low UID: charts/discoveryfinder/templates/deployment.yaml#L1
Check if containers are running with low UID, which might cause conflicts with the host's user table.