[PR #11] [MERGED] Added return codes + reactions to them #12

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

📋 Pull Request Information

Original PR: https://github.com/ysoftdevs/wapifuzz/pull/11
Author: @starek4
Created: 11/4/2019
Status: Merged
Merged: 11/4/2019
Merged by: @starek4

Base: masterHead: return_codes_handling


📝 Commits (1)

  • c8d30d0 Added return codes + reactions to them

📊 Changes

7 files changed (+109 additions, -81 deletions)

View changed files

📝 fuzzer/src/configuration_manager.py (+76 -76)
📝 fuzzer/src/fuzzer.py (+3 -0)
📝 fuzzer/src/junit_logger.py (+4 -0)
📝 fuzzer/src/progress_reporter.py (+1 -1)
📝 fuzzer/src/wapifuzz.py (+6 -1)
📝 run.ps1 (+8 -2)
📝 run.sh (+11 -1)

📄 Description

No description provided


🔄 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/11 **Author:** [@starek4](https://github.com/starek4) **Created:** 11/4/2019 **Status:** ✅ Merged **Merged:** 11/4/2019 **Merged by:** [@starek4](https://github.com/starek4) **Base:** `master` ← **Head:** `return_codes_handling` --- ### 📝 Commits (1) - [`c8d30d0`](https://github.com/ysoftdevs/wapifuzz/commit/c8d30d042515e2547d0ac22cd30bf5f3c0f04582) Added return codes + reactions to them ### 📊 Changes **7 files changed** (+109 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `fuzzer/src/configuration_manager.py` (+76 -76) 📝 `fuzzer/src/fuzzer.py` (+3 -0) 📝 `fuzzer/src/junit_logger.py` (+4 -0) 📝 `fuzzer/src/progress_reporter.py` (+1 -1) 📝 `fuzzer/src/wapifuzz.py` (+6 -1) 📝 `run.ps1` (+8 -2) 📝 `run.sh` (+11 -1) </details> ### 📄 Description _No description provided_ --- <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:39:00 +01:00
adam closed this issue 2025-12-31 16:39:00 +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#12