mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-01-11 22:30:35 +01:00
[PR #7] [MERGED] Support all query attributes #8
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/7
Author: @starek4
Created: 10/28/2019
Status: ✅ Merged
Merged: 10/30/2019
Merged by: @starek4
Base:
master← Head:support_query_attributes📝 Commits (4)
6cbb156Adding query attributes5d04195Decode boofuzz bytes into ascii01c9afaAdded unit tests for both parser and fuzzerc3469ffRefactoring📊 Changes
7 files changed (+158 additions, -18 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
fuzzer/src/blocks_generator.py(+1 -1)📝
fuzzer/src/request_build_helper.py(+39 -16)➕
fuzzer/src/unit_tests/request_build_helper_tests.py(+86 -0)📝
parser/Models/UriAttribute.cs(+1 -0)📝
parser/Parser.Tests/AttributeParserTests.cs(+28 -0)📝
parser/Parser/AttributeParser.cs(+2 -1)📄 Description
Fixing bug #6.
I also add a few unit tests for the URI attributes generator.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.