Files
crewAI/lib
Cursor Agent f99bafa429 fix: clear CodeQL weak sensitive hashing on model catalog cache key
SHA-256 of API key material in _cache_key trips
py/weak-sensitive-data-hashing (CodeQL alert #64). Use HMAC-SHA256 with
the credential as the key and a fixed app message so the cache partition
id stays non-reversible without password-style hashing.

Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
2026-08-05 13:21:29 +00:00
..