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
master
support_query_attributes
6cbb156
5d04195
01c9afa
c3469ff
7 files changed (+158 additions, -18 deletions)
📝 .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)
.travis.yml
fuzzer/src/blocks_generator.py
fuzzer/src/request_build_helper.py
fuzzer/src/unit_tests/request_build_helper_tests.py
parser/Models/UriAttribute.cs
parser/Parser.Tests/AttributeParserTests.cs
parser/Parser/AttributeParser.cs
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.