This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
KICS #611
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#L792
String schema should have 'pattern' defined.
|
[MEDIUM] Pattern Undefined (v3):
docs/swagger/dashboard_controller.yml#L663
String schema should have 'pattern' defined.
|
[MEDIUM] Pattern Undefined (v3):
docs/swagger/sharing_controller.yml#L140
String schema should have 'pattern' defined.
|
[MEDIUM] Pattern Undefined (v3):
docs/swagger/dashboard_controller.yml#L748
String schema should have 'pattern' defined.
|