Skip to content

chore: #XXX fix high findings #1920

chore: #XXX fix high findings

chore: #XXX fix high findings #1920

Triggered via pull request July 17, 2024 14:18
Status Success
Total duration 1m 0s
Artifacts

kics.yml

on: pull_request
Analyze frontend
46s
Analyze frontend
Analyze backend
34s
Analyze backend
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
[INFO] Shared Volumes Between Containers: tx-backend/docker/docker-compose.yml#L23
Volumes shared between containers can cause data corruption or can be used to share malicious files between containers.
[MEDIUM] Container Capabilities Unrestricted: frontend/cypress/docker-compose.yml#L24
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 Capabilities Unrestricted: frontend/docker-compose.yml#L24
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] Healthcheck Not Set: frontend/cypress/docker-compose.yml#L24
Check containers periodically to see if they are running properly.
[MEDIUM] Host Namespace is Shared: frontend/docker-compose.yml#L45
The hosts process namespace should not be shared by containers
[MEDIUM] Shared Host Network Namespace: frontend/cypress/docker-compose.yml#L35
Container should not share the host network namespace