mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-02-27 12:57:44 +01:00
[PR #12] [MERGED] Config option for non-required attributes #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.