Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI distribution is missing read rights #21451

Closed
snicoll opened this issue May 14, 2020 · 0 comments
Closed

CLI distribution is missing read rights #21451

snicoll opened this issue May 14, 2020 · 0 comments
Labels
type: regression A regression from a previous release
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented May 14, 2020

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
@snicoll snicoll added the type: regression A regression from a previous release label May 14, 2020
@snicoll snicoll added this to the 2.3.0 milestone May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: regression A regression from a previous release
Projects
None yet
Development

No branches or pull requests

1 participant