Add function to read sensitive data from .sensitive.json file

- Implemented GetSensitiveData function to load sensitive data from a JSON file.
- Added error handling for missing file scenario.
This commit is contained in:
암냥 2025-06-18 21:42:06 +09:00
commit 1b65693ba5
6 changed files with 77 additions and 13 deletions

1
.gitignore vendored
View file

@ -12,6 +12,7 @@ oauth_providers.csv
.venv
.env
.sensitive.json
log_*.log
domains.txt