You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Key in Commit History:
Commit 5fdbd62 deleted .env from the working tree. However, commits acd7dc2 and c4560a1 contain a committed Google API Key (AIzaSyDogEE6z042tkYJGw7lcVuvLkjmMMLiybU) in Git history. Anyone cloning the repository can extract this key.
Missing .gitignore Entries:
The default output folder report/ (and reports/) is not listed in .gitignore. Running the tool results in generated reports being tracked as untracked files in Git.
Proposed Solution
Ensure the leaked API key has been revoked in Google AI Studio / GCP Console.
Scrub the Git history using git-filter-repo or BFG Repo-Cleaner if desired.
Problem Description
Commit
5fdbd62deleted.envfrom the working tree. However, commitsacd7dc2andc4560a1contain a committed Google API Key (AIzaSyDogEE6z042tkYJGw7lcVuvLkjmMMLiybU) in Git history. Anyone cloning the repository can extract this key..gitignoreEntries:The default output folder
report/(andreports/) is not listed in.gitignore. Running the tool results in generated reports being tracked as untracked files in Git.Proposed Solution
git-filter-repoor BFG Repo-Cleaner if desired.report/andreports/to.gitignore.