Skip to content

Commit

Permalink
cert-manager: add upstream fuzzer (#12513)
Browse files Browse the repository at this point in the history
The vault fuzzer was renamed and another fuzzer was added.

Signed-off-by: Adam Korczynski <[email protected]>
  • Loading branch information
AdamKorcz authored Sep 18, 2024
1 parent 0203b40 commit e5978be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/cert-manager/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ mv go-118-fuzz-build /root/go/bin/
cd $SRC/cert-manager
go get github.com/AdamKorcz/go-118-fuzz-build/testing@include-all-test-files

compile_native_go_fuzzer github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/vault FuzzVaultSync FuzzVaultSync
compile_native_go_fuzzer github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/vault FuzzVaultCRController FuzzVaultCRController
compile_native_go_fuzzer github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/venafi FuzzVenafiCRController FuzzVenafiCRController
compile_go_fuzzer github.com/cert-manager/cert-manager/pkg/util/pki FuzzUnmarshalSubjectStringToRDNSequence FuzzUnmarshalSubjectStringToRDNSequence
compile_go_fuzzer github.com/cert-manager/cert-manager/pkg/util/pki FuzzDecodePrivateKeyBytes FuzzDecodePrivateKeyBytes

0 comments on commit e5978be

Please sign in to comment.