balta2ar / brotab

Control your browser's tabs from the command line
MIT License
389 stars 27 forks source link

API Key exposed, please fix it. #89

Closed igorcosta closed 1 year ago

igorcosta commented 1 year ago

On your docker file there's an API key value there that should be removed and included in the GitHub secrets. That would eliminate the security incident.

&& /bin/echo -e 'export GOOGLE_API_KEY="YOUR_KEY_IS_COMPROMISED"\nexport GOOGLE_DEFAULT_CLIENT_ID="811574891467.apps.googleusercontent.com"\nexport GOOGLE_DEFAULT_CLIENT_SECRET="YOUR_KEY_IS_COMPROMISED"' > /etc/chromium.d/googleapikeys 25