Skip to content

πŸ”’ PII Exposure Alert – Personal Email in .env FileΒ #666

@iBixee

Description

@iBixee

A personal email and full name were found inside a committed .env file in this repository.

🚨 Why this is a problem
.env files must never be committed to GitHub.
Personal data (name + email) inside configuration files violates GDPR data minimisation requirements.
Even if used as β€œtest data,” it can still expose the individual to:
phishing
malware
unwanted contact
scraping
It also poses a risk to the organisation if the inbox becomes a target.

βœ”οΈ Recommended actions
Remove the .env file from the repository history.
Replace it with a safe .env.example containing placeholders.
Add .env to .gitignore.
If needed for internal workflow, distribute real .env files privately (Discord, encrypted channel).
Avoid personal data in any test or config file going forward.

πŸ” Notes
This issue does not imply wrongdoing from the dev.
It is a routine GDPR and security compliance check.
Please confirm once the file is cleaned or replaced.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions