mirror of
https://github.com/googleworkspace/cli.git
synced 2026-04-19 22:05:32 +10:00
* fix(auth): implement platform-aware keyring storage * chore: regenerate skills [skip ci] * fix(auth): address PR comments on error handling and TOCTOU vulnerabilities * fix(test): isolate config directory to prevent race conditions during cargo test * refactor(auth): deduplicate key generation logic in credential store * fix(test): execute credential tests serially to prevent environment pollution * fix(auth): sanitize os keyring error strings and handle missing file fallbacks This commit removes the inadvertently included skills, uses output::sanitize_for_terminal to protect the user from escape sequence injection via keyring errors, and ensures removal of the fallback file properly alerts the user when an io error occurs. * chore: regenerate skills [skip ci] --------- Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com> Co-authored-by: googleworkspace-bot <googleworkspace-bot@users.noreply.github.com>