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

CodeQL Bundle: Precompiled queries have mode 0600 #2540

Open
Xophmeister opened this issue Oct 11, 2024 · 0 comments
Open

CodeQL Bundle: Precompiled queries have mode 0600 #2540

Xophmeister opened this issue Oct 11, 2024 · 0 comments

Comments

@Xophmeister
Copy link

The precompiled queries in the CodeQL Bundle (e.g., v2.19.1) have file permission 0600; i.e., read-writable by the file owner only. This causes the CodeQL CLI to be unable to read the precompiled queries when it's run as a different user, which starts a lengthy compilation process.

This can be resolved with chmod go=u, but it would be handy if the bundle was shipped in this state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant