Results 3 issues of r0xDB

`reporter/email.go` ![image](https://user-images.githubusercontent.com/65211256/183397026-dbc56243-8743-4b9f-b50d-f2500a4836a3.png) Insecure TLS connection settings configuration. Refer to the occurrence to determine the specific misconfiguration Our systems detect the following configurations: - `InsecureSkipVerify` set to `true` in TLS config...

Discussion

[Report - PDF](https://github.com/openai/baselines/files/9247719/Untitled-1.pdf)

`handler_go17_test.go` **should not use built-in type string as key for value; define your own type to avoid collisions** ![image](https://user-images.githubusercontent.com/65211256/185257497-c2457f08-bce0-4a79-8957-280823aa2d53.png) ### Description To prevent clashes across packages using context, the provided...