Actions
SecOps #1121
open
CD
[Sécurité] Vulnérabilité de code : docker-compose.yml:62 (yaml.docker-compose.security.writable-filesystem-service.writable-filesystem-service)
SecOps #1121:
[Sécurité] Vulnérabilité de code : docker-compose.yml:62 (yaml.docker-compose.security.writable-filesystem-service.writable-filesystem-service)
Status:
Submitted
Priority:
Normal
Assignee:
-
Start date:
06/15/2026
Due date:
% Done:
0%
Estimated time:
spec_ref:
build_status:
build_number:
ci_run_url:
scan_status:
scan_report_url:
deploy_status:
preprod_url:
deployed_at:
branch:
pr_url:
security_key:
docker-compose.yml:62_yaml.docker-compose.security.writable-filesystem-service.writable-filesystem-service
severity:
medium
paused:
Description
**Sévérité** : MEDIUM
**Source** : Semgrep
`vuln-medium`
**Emplacement** : docker-compose.yml:62
**Règle** : yaml.docker-compose.security.writable-filesystem-service.writable-filesystem-service
Service 'db' is running with a writable root filesystem. This may allow malicious applications to download and run additional payloads, or modify container files. If an application inside a container has to save something temporarily consider using a tmpfs. Add 'read_only: true' to this service to prevent this.
### Extrait de code
```
requires login
```
Actions