github-vet / bots

Bots for running analysis on GitHub's public Go repositories and crowdsourcing their classification.
MIT License
1 stars 1 forks source link

Accept list of safe, common, 3rd-party functions needs to be expanded #44

Open kalexmills opened 3 years ago

kalexmills commented 3 years ago

Currently the plan is to add functions to the accept list whenever they are found in an issue. However, there is no reason to be so conservative. For instance, commonly-used packages like testify and the go standard library can be used to produce some of this information either automatically or via manual effort.

The relevant file is in kubernetes/acceptlist.yml