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
Security Concern: Hardcoded API keys (like gmaps and googl) pose a potential security risk, especially in public repositories.
Suggestion: Remove the hardcoded keys and use environment variables as a secure alternative. This change will make the code safer and prevent accidental exposure of sensitive information.
Benefit: Using environment variables avoids the exposure of sensitive keys in the codebase and allows better configuration management across different environments.
The text was updated successfully, but these errors were encountered:
nitish-yaddala
changed the title
Hardcoded API Keys (Lines 71, 75)
Hardcoded API Keys (Lines 71-75)
Nov 6, 2024
trape/core/trape.py
Line 71 in 6baae24
Security Concern: Hardcoded API keys (like gmaps and googl) pose a potential security risk, especially in public repositories.
Suggestion: Remove the hardcoded keys and use environment variables as a secure alternative. This change will make the code safer and prevent accidental exposure of sensitive information.
Code Suggestion:
Benefit: Using environment variables avoids the exposure of sensitive keys in the codebase and allows better configuration management across different environments.
The text was updated successfully, but these errors were encountered: