build: Add OpenAPI fuzzer script - #54619
Open
provokateurin wants to merge 1 commit into
Open
Conversation
provokateurin
force-pushed
the
feat/openapi/fuzzer-script
branch
2 times, most recently
from
September 8, 2025 06:56
6dc15a9 to
358d64d
Compare
provokateurin
marked this pull request as ready for review
September 8, 2025 06:56
provokateurin
requested review from
nfebe,
salmart-dev and
yemkareems
and removed request for
a team
September 8, 2025 06:56
Merged
Merged
Signed-off-by: provokateurin <kate@provokateurin.de>
provokateurin
force-pushed
the
feat/openapi/fuzzer-script
branch
from
February 2, 2026 11:18
358d64d to
a41ba13
Compare
Merged
This was referenced Feb 11, 2026
Merged
Merged
Merged
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A script I used to fuzz Nextcloud APIs and find errors both in the backend and the specifications. It's not perfect, but definitely finds some real issues that can be fixed.
TODO
API accepts requests without authenticationfor endpoint with optional authentication schemathesis/schemathesis#3052 to be resolved and enableignored_authcheck again.Check ifmissing_required_headerandunsupported_methodcan be enabled (and get handled properly in the backend)Checklist