Skip to content

Update docker libraries #57

Description

@aleksejs1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions