Skip to content

KICS

KICS #681

Triggered via schedule June 3, 2024 01:02
Status Success
Total duration 47s
Artifacts

kics.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
[MEDIUM] Container Capabilities Unrestricted: docker-compose.yaml#L3
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
[MEDIUM] Container Traffic Not Bound To Host Interface: docker-compose.yaml#L5
Incoming container traffic should be bound to a specific host interface
[MEDIUM] Global Server Object Uses HTTP: docs/swagger/sharing_controller.yml#L7
Global server object URL should use 'https' protocol instead of 'http'
[MEDIUM] Global Server Object Uses HTTP: docs/swagger/dashboard_controller.yml#L7
Global server object URL should use 'https' protocol instead of 'http'
[MEDIUM] Healthcheck Not Set: docker-compose.yaml#L3
Check containers periodically to see if they are running properly.
[MEDIUM] Memory Not Limited: docker-compose.yaml#L3
Memory limits should be defined for each container. This prevents potential resource exhaustion by ensuring that containers consume not more than the designated amount of memory
[MEDIUM] Pattern Undefined (v3): docs/swagger/dashboard_controller.yml#L841
String schema should have 'pattern' defined.
[MEDIUM] Pattern Undefined (v3): docs/swagger/dashboard_controller.yml#L807
String schema should have 'pattern' defined.
[MEDIUM] Pattern Undefined (v3): docs/swagger/sharing_controller.yml#L130
String schema should have 'pattern' defined.
[MEDIUM] Pattern Undefined (v3): docs/swagger/dashboard_controller.yml#L751
String schema should have 'pattern' defined.