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: master ← Head: config_for_ommit_non_required_attributes
master
config_for_ommit_non_required_attributes
4f3a8e2
a538f5d
5 files changed (+31 additions, -6 deletions)
📝 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)
README.md
config_example.json
fuzzer/src/configuration_manager.py
fuzzer/src/request_build_helper.py
fuzzer/src/unit_tests/request_build_helper_tests.py
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
master← Head:config_for_ommit_non_required_attributes📝 Commits (2)
4f3a8e2Implemented, testeda538f5dRefactoring📊 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.