Skip to content

Multiple security vulnerability issues #71

Open
@sakeebshaikh74

Description

@sakeebshaikh74

Hi,
There are multiple security issues with the new 4.42.1 image.

I created the new image with the following docker file

FROM eclipse-temurin:17

ADD https://github.com/gitbucket/gitbucket/releases/download/4.42.1/gitbucket.war /opt/gitbucket.war

RUN ln -s /gitbucket /root/.gitbucket

VOLUME /gitbucket

Port for web page and Port for SSH access to git repository (Optional)

EXPOSE 8080 29418

CMD ["sh", "-c", "java -jar /opt/gitbucket.war"]

added the scan json below

gitbucket-scan.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions