Describe the bug
Some project detail in the depsdev database have the wrong type in the ossFuzz object.
Example: https://api.deps.dev/v3alpha/projects/github.com%2Fklauspost%2Fcompress
lineCount and lineCoverCount are strings while they should be integer. This prevents the unmarshaling of this project by this library.
To Reproduce
Steps to reproduce the behavior:
- use the
GetProject with argument "github.com/klauspost/compress"
Expected behavior
Get project details from the API
Describe the bug
Some project detail in the depsdev database have the wrong type in the ossFuzz object.
Example: https://api.deps.dev/v3alpha/projects/github.com%2Fklauspost%2Fcompress
lineCountandlineCoverCountare strings while they should be integer. This prevents the unmarshaling of this project by this library.To Reproduce
Steps to reproduce the behavior:
GetProjectwith argument"github.com/klauspost/compress"Expected behavior
Get project details from the API