GoogleCloudPlatform / config-validator

Golang library which provides functionality to evaluate GCP resources against Rego-based policies
Apache License 2.0
45 stars 34 forks source link

Add simple go-fuzz target #169

Closed MartinPetkov closed 2 years ago

MartinPetkov commented 2 years ago

This PR adds a go-fuzz target that exercises the ReviewAsset function.

I'm interested in adding this project to OSS-Fuzz so I've chosen this basic but useful function. I'll open a separate PR to add the configurations to the OSS-Fuzz repo.