Skip to content

Merge pull request #17 from bci-oss/bugfix/KICS_Privilege_Escalation_… #100

Merge pull request #17 from bci-oss/bugfix/KICS_Privilege_Escalation_…

Merge pull request #17 from bci-oss/bugfix/KICS_Privilege_Escalation_… #100

Triggered via push June 27, 2023 06:59
Status Success
Total duration 1m 20s
Artifacts

kics.yml

on: push
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#L99
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#L131
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#L158
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.