cloudposse / cloudposse/github-commenter
Command help can expose sensitive credentials
Offen
- Vorherrschende Sprache
- Go
- Sterne
- 112
- Forks
- 17
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
If sensitive parameters (e.g. GitHub access token) is passed by environment variable, then the help page includes this information as a "default" value. Sensitive values should not be exposed here, in case a mistake causes the help page to be displayed.
e.g.
```
...
-token string
Github access token (default "01234567890abcdef")
...
2020/05/07 16:29:56 -sha or GITHUB_COMMIT_SHA required
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.