Files
simon-langchain 77548ea30a fix: eliminate all CodeQL clear-text logging findings in cleanup script
Rewrite the cleanup script to completely separate API response data from
log output. The delete functions now return only integer counts, and all
print statements output only static strings and counts. No API-derived
data (resource names, IDs, response bodies) is ever passed to print or
logger calls, breaking the taint tracking path from credentials through
API responses to log output.
2026-07-15 13:20:13 +01:00
..