Credential Access
High
- Category
- Privilege Escalation
- Content
// a stray or hostile .env could escalate into the tool's runtime. godotenv.Read // returns the file as a map and changes no global state, so unknown keys are // never applied. The documented feature is preserved: SPEEDIANCE_* values in // .env still act as the env layer. A missing/unreadable .env yields a nil map // and is a silent no-op. dotenv, _ := godotenv.Read()
- Confidence
- 65% confidence
- Finding
- .env
