Fix cross-workspace blob/thumbnail and metadata disclosure - #10972
Merged
Conversation
The preview pod's thumbnail and metadata routes did not validate the caller's token against the workspace taken from the URL. Reported-by: Ugur Ozer, Aeon AI Risk Management Signed-off-by: Artyom Savchenko <armisav@gmail.com>
Signed-off-by: Artyom Savchenko <armisav@gmail.com>
|
Connected to Huly®: UBERF-16647 |
Signed-off-by: Artyom Savchenko <armisav@gmail.com>
Signed-off-by: Artyom Savchenko <armisav@gmail.com>
Signed-off-by: Artyom Savchenko <armisav@gmail.com>
aonnikov
approved these changes
Jul 28, 2026
dnplkndll
added a commit
to ledoent/platform
that referenced
this pull request
Aug 1, 2026
…tgres fix Advance the upstream base from fa2930d (2026-05-11) to develop @ 8c9df54 (2026-08-01), ~90 commits of upstream work. Base on develop rather than the v0.7.432 tag: two security fixes we need are not in any tag yet -- hcengineering#10972 (cross-workspace blob/thumbnail and metadata disclosure) and hcengineering#10997 (mergeSpecifiedPersons authz, currently hot-patched into the live account pod as v0.7.423-mergefix1). Pinning v0.7.432 would regress both. develop also merges all four feature branches cleanly, while v0.7.432 conflicts on feat/multi-search-backend and ledoent. Add fix/postgres-infertype-null-array to the merge list. It is fork-only and has never been sent upstream, but CockroachDB cannot run without it, and the live transactor carries it as an out-of-band GAR image. Merging it here makes the patch survive helm upgrade instead of being reverted by it. Claude-Session: https://claude.ai/code/session_01VaEZL1rKhJ6DCVH6N9Tp1D Signed-off-by: Don Kendall <dkendall@ledoweb.com>
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.
Reported-by: Ugur Ozer, Aeon AI Risk Management