Add TODO to drop prividges to avoid escalation

This commit is contained in:
adrienperonnet 2019-04-26 23:01:21 +12:00
parent 45d95c2619
commit a801ac49c7

View File

@ -216,6 +216,8 @@ func (p ProviderConfig) Authenticate(t *OAuth2Token) error {
if !replacedURL {
c = append(c, baseURL)
}
//TODO Drop privileges
cmd := exec.Command(c[0], c[1:]...)
cmd.Run()