We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The boostnote .deb file sets various filesystem permissions to 775. This is a big security problem.
.deb
775
As noted when you install the boostnote-bin AUR package:
(1/1) installing boostnote-bin [############################################################################] 100% warning: directory permissions differ on /usr/ filesystem: 755 package: 775 warning: directory permissions differ on /usr/share/ filesystem: 755 package: 775 warning: directory permissions differ on /usr/bin/ filesystem: 755 package: 775 warning: directory permissions differ on /usr/share/doc/ filesystem: 755 package: 775 warning: directory permissions differ on /usr/share/pixmaps/ filesystem: 755 package: 775 warning: directory permissions differ on /usr/share/applications/ filesystem: 755 package: 775
This is probably caused by a huge bug in npm: npm/npm#9359
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The boostnote
.deb
file sets various filesystem permissions to775
. This is a big security problem.As noted when you install the boostnote-bin AUR package:
This is probably caused by a huge bug in npm: npm/npm#9359
The text was updated successfully, but these errors were encountered: