Skip to content

CLI distribution is missing read rights #21451

Closed
@snicoll

Description

@snicoll

While validating the brew distribution, I've noticed the permission in spring-boot-cli-2.3.0.RELEASE-bin.tar.gz do not look right.

This is what we have for 2.3.0 (staging):

[---x---r--]  ./INSTALL.txt
[---x---r--]  ./LICENCE.txt
[drwxr-xr-x]  ./bin
[-r-x---r-x]  ./bin/spring
[---x---r--]  ./bin/spring.bat
[drwxr-xr-x]  ./legal
[---x---r--]  ./legal/open_source_licenses.txt
[drwxr-xr-x]  ./lib
[-rw-r--r--]  ./lib/spring-boot-cli-2.3.0.RELEASE.jar
[drwxr-xr-x]  ./shell-completion
[drwxr-xr-x]  ./shell-completion/bash
[---x---r--]  ./shell-completion/bash/spring
[drwxr-xr-x]  ./shell-completion/zsh
[---x---r--]  ./shell-completion/zsh/_spring

And with a previous release:

[-rw-r--r--]  ./INSTALL.txt
[-rw-r--r--]  ./LICENCE.txt
[drwxr-xr-x]  ./bin
[-rwxr-xr-x]  ./bin/spring
[-rw-r--r--]  ./bin/spring.bat
[drwxr-xr-x]  ./legal
[-rw-r--r--]  ./legal/open_source_licenses.txt
[drwxr-xr-x]  ./lib
[-rw-r--r--]  ./lib/spring-boot-cli-2.2.7.RELEASE.jar
[drwxr-xr-x]  ./shell-completion
[drwxr-xr-x]  ./shell-completion/bash
[-rw-r--r--]  ./shell-completion/bash/spring
[drwxr-xr-x]  ./shell-completion/zsh
[-rw-r--r--]  ./shell-completion/zsh/_spring

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: regressionA regression from a previous release

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions