-
-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
By the simple scanning of docker image with trivy docker run -v /var/run/docker.sock:/var/run/docker.sock -v $HOME/Library/Caches:/root/.cache/ aquasec/trivy:0.63.0 image brufdev/many-notes:latest you can see that there are a lot of vulnerabilities in current docker image.
brufdev/many-notes:latest (debian 12.10)
========================================
Total: 1039 (UNKNOWN: 11, LOW: 405, MEDIUM: 494, HIGH: 128, CRITICAL: 1)
Additionally to it you can't use custom OS user with restricted access ( #48 ).
When the user care about the privacy and want to use self-hosted note app, it shouldn't has any vulnerabilities.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels