Naveen

Results 289 comments of Naveen

> With https://github.com/EbookFoundation/free-programming-books/pull/6202 permissions needs be extended to read. Can that be a separate one? > I also have in mind autotag PR with `linter error` label depend on linter...

The go-fuzz is compatible with libfuzzer, which is supported by `oss-fuzz`. AFAIK the go 1.18 fuzzer doesn't have support for external fuzzer formats yet which is an issue.

None in my code. https://github.com/naveensrinivasan/cosign/blob/naveen/feat/fuzz-sget/test/fuzz/sget/fuzz.go `pwd /home/sammy/go/src/github.com/naveensrinivasan/cosign/test/fuzz/sget ` `go-fuzz-build . failed to parse int literal '1000000000000000000000000000000000000000000000000000000000000000': strconv.ParseUint: parsing "1000000000000000000000000000000000000000000000000000000000000000": value out of range` Thanks

> How about in your code's dependencies? > > We might want to add position information to these errors (cc @thepudds). TBH! I don't know which one has. If I...

> Two additional comments for other reviewers here: > > 1. The act of going through and dismissing alerts (there were many generated by this first scan) is quite annoying,...

@aarongable A friendly ping!

> ```yaml > ignore: > # Official actions have moving tags like v1 > - dependency-name: "actions/*" > update-types: ["version-update:semver-minor", "version-update:semver-patch"] > ``` Updated it! PTAL Thanks