fabric
fabric copied to clipboard
Possibly exposed token
https://github.com/danielmiessler/fabric/blob/main/infrastructure/server/fabric_api_keys.json#L3 looks like an exposed token, you might wish to revoke it and replace this with a placeholder/leave it blank.
Sorry if this is a false alarm!
I'd recommend using the dotenv library, a .env file and .gitignore to keep the .env file out of source control.
See python-dotenv
It's not an exposed token. It's an example for controlling client-to-server auth during one's self-setup. But good eye, I appreciate you.
I use GitGuardian to double-check if I didn't miss a key or password