[PR #12] [MERGED] Config option for non-required attributes #13

Closed
opened 2025-12-31 16:39:00 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ysoftdevs/wapifuzz/pull/12
Author: @starek4
Created: 11/7/2019
Status: Merged
Merged: 11/7/2019
Merged by: @starek4

Base: masterHead: config_for_ommit_non_required_attributes


📝 Commits (2)

📊 Changes

5 files changed (+31 additions, -6 deletions)

View changed files

📝 README.md (+1 -0)
📝 config_example.json (+1 -0)
📝 fuzzer/src/configuration_manager.py (+4 -0)
📝 fuzzer/src/request_build_helper.py (+11 -6)
📝 fuzzer/src/unit_tests/request_build_helper_tests.py (+14 -0)

📄 Description

Some APIs have a lots of optional attributes. We should let the users decide if they want these in requests.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ysoftdevs/wapifuzz/pull/12 **Author:** [@starek4](https://github.com/starek4) **Created:** 11/7/2019 **Status:** ✅ Merged **Merged:** 11/7/2019 **Merged by:** [@starek4](https://github.com/starek4) **Base:** `master` ← **Head:** `config_for_ommit_non_required_attributes` --- ### 📝 Commits (2) - [`4f3a8e2`](https://github.com/ysoftdevs/wapifuzz/commit/4f3a8e2542e1f27a5d4c75e5c03e7f2a7af39a38) Implemented, tested - [`a538f5d`](https://github.com/ysoftdevs/wapifuzz/commit/a538f5d137e242766b4459fce898f97bc7dae911) Refactoring ### 📊 Changes **5 files changed** (+31 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `config_example.json` (+1 -0) 📝 `fuzzer/src/configuration_manager.py` (+4 -0) 📝 `fuzzer/src/request_build_helper.py` (+11 -6) 📝 `fuzzer/src/unit_tests/request_build_helper_tests.py` (+14 -0) </details> ### 📄 Description Some APIs have a lots of optional attributes. We should let the users decide if they want these in requests. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-31 16:39:00 +01:00
adam closed this issue 2025-12-31 16:39:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-mirrors/wapifuzz#13