Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

test: add CRD roundtrip and validator fuzz tests#809

Open
nexus49 wants to merge 2 commits into
mainfrom
test/add-fuzz-tests
Open

test: add CRD roundtrip and validator fuzz tests#809
nexus49 wants to merge 2 commits into
mainfrom
test/add-fuzz-tests

Conversation

@nexus49

@nexus49 nexus49 commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add CRD roundtrip fuzz tests for ContentConfiguration and ProviderMetadata using equality.Semantic.DeepEqual
  • Add validator fuzz test for pkg/validation.Validate() with arbitrary bytes and content types
  • Add task fuzz entry to Taskfile for on-demand mutation fuzzing

Closes platform-mesh/platform-mesh#74
Part of platform-mesh/backlog#231

Add Go native fuzz tests for OpenSSF Scorecard compliance:
- CRD roundtrip fuzz tests for ContentConfiguration and ProviderMetadata
- Validator fuzz test for pkg/validation.Validate() with arbitrary input
- Add `task fuzz` for on-demand mutation fuzzing

Closes #808

Signed-off-by: Bastian Echterhölter <bastian.echterhoelter@sap.com>
On-behalf-of: @SAP <bastian.echterhoelter@sap.com>
@nexus49 nexus49 requested review from a team as code owners April 17, 2026 16:02
@nexus49 nexus49 enabled auto-merge (squash) April 17, 2026 16:19
@github-actions github-actions Bot added the chore label Jun 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CRD roundtrip and validator fuzz tests

1 participant