While crossing, change order of query options.

Open
#4 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
testing-qa

Research direction

Start in odfuzz/fuzzer.py around line 372 and read the linked OData specification to understand the query-option ordering requirement. Inspect how generated query options are assembled, then verify that the resulting queries can use shuffled option orders and that existing behavior remains intact.

Written by the indexing model from the issue text.

Description

enhancement

This feature may test an evaluation of the query options. Learn more at https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-odata/965a7cb1-663e-4eef-b9f6-388c7e5c9444.

What is required to do:
Add another if else random statement which shuffles the order of all generated query option:

https://github.com/SAP/odfuzz/blob/fbb4c8f28a1119ae45466312a5a1c07b25c28eee/odfuzz/fuzzer.py#L372

Dominant language
Python
Stars
23
Forks
12
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from SAP/odfuzz

All issues in SAP/odfuzz

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.