// WARNING: callers of this method should be extremely careful not to use it in a context where filepath is supplied by
// the user.
// #nosec
return os.ReadFile(filepath)
}
func listFiles(dirPath string) (fileNames []string, err error) {