[PR #7] [MERGED] Support all query attributes #8

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

📋 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: masterHead: support_query_attributes


📝 Commits (4)

  • 6cbb156 Adding query attributes
  • 5d04195 Decode boofuzz bytes into ascii
  • 01c9afa Added unit tests for both parser and fuzzer
  • c3469ff Refactoring

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ysoftdevs/wapifuzz/pull/7 **Author:** [@starek4](https://github.com/starek4) **Created:** 10/28/2019 **Status:** ✅ Merged **Merged:** 10/30/2019 **Merged by:** [@starek4](https://github.com/starek4) **Base:** `master` ← **Head:** `support_query_attributes` --- ### 📝 Commits (4) - [`6cbb156`](https://github.com/ysoftdevs/wapifuzz/commit/6cbb156a01e8dcb700cfff38cc0b1bbda901baea) Adding query attributes - [`5d04195`](https://github.com/ysoftdevs/wapifuzz/commit/5d041957767757b2b9ab6d4c6bf6d3e430d8770c) Decode boofuzz bytes into ascii - [`01c9afa`](https://github.com/ysoftdevs/wapifuzz/commit/01c9afaacaf7792670509c7f46e743ab35e680ac) Added unit tests for both parser and fuzzer - [`c3469ff`](https://github.com/ysoftdevs/wapifuzz/commit/c3469ff3f981e1c780b02e87ea8005e43971d321) Refactoring ### 📊 Changes **7 files changed** (+158 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Fixing bug #6. I also add a few unit tests for the URI attributes generator. --- <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:38:59 +01:00
adam closed this issue 2025-12-31 16:38:59 +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#8