Skip to content

Commit e2db8f5

Browse files
Potential fix for pull request finding 'CodeQL / Clear-text logging of sensitive information'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent a5a3940 commit e2db8f5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/backend/core/services/tiered_storage.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,10 @@ def upload_blob(self, blob: "Blob") -> int:
194194
self.storage.save(key, ContentFile(content))
195195

196196
logger.info(
197-
"Uploaded blob %s to object storage: %s (%d bytes, key_id=%d)",
197+
"Uploaded blob %s to object storage: %s (%d bytes)",
198198
blob.id,
199199
key,
200200
len(content),
201-
blob.encryption_key_id,
202201
)
203202

204203
# Return blob's existing encryption_key_id (unchanged)

0 commit comments

Comments
 (0)