Google biglake catalog integration#97104
Merged
scanhex12 merged 12 commits intoClickHouse:masterfrom Feb 20, 2026
Merged
Conversation
Contributor
|
Workflow [PR], commit [102691a] Summary: ⏳
|
Member
Author
|
Demo: |
Member
Author
|
TODO: add setting to read auth values from the json file |
|
cool fix scanhex. |
divanik
reviewed
Feb 17, 2026
Member
Author
|
Demo with file: |
divanik
reviewed
Feb 18, 2026
divanik
approved these changes
Feb 19, 2026
Merged
via the queue into
ClickHouse:master
with commit Feb 20, 2026
a199432
142 of 146 checks passed
Algunenano
added a commit
to Algunenano/ClickHouse
that referenced
this pull request
Mar 16, 2026
Add checklist item 8 (server-side file access & path traversal) to the code review skill's risk checklist, and a corresponding blocker severity criterion. This ensures the reviewer flags cases where user-controlled file paths (e.g. from SQL settings) reach `ReadBufferFromFile` or similar without `user_files_path` validation or equivalent restrictions. Motivated by a missed finding in PR ClickHouse#97104 where `google_adc_credentials_file` allowed arbitrary server-side file reads. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 task
25 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Google biglake catalog integration. This closes #95339
Documentation entry for user-facing changes