codeql-action icon indicating copy to clipboard operation
codeql-action copied to clipboard

CodeQL Bundle: Precompiled queries have mode 0600

Open Xophmeister opened this issue 4 months ago • 0 comments

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.

Xophmeister avatar Oct 11 '24 16:10 Xophmeister