[PR #903] [MERGED] Add a basic fuzzing project #1295

Open
opened 2026-01-29 14:52:44 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/903
Author: @MihaZupan
Created: 10/16/2025
Status: Merged
Merged: 10/17/2025
Merged by: @xoofx

Base: masterHead: fuzzing2


📝 Commits (2)

  • fcdd4ab Add basic fuzzing project
  • ab0b490 Mark the project as non-packable

📊 Changes

5 files changed (+183 additions, -0 deletions)

View changed files

src/Markdig.Fuzzing/.gitignore (+4 -0)
src/Markdig.Fuzzing/Markdig.Fuzzing.csproj (+19 -0)
src/Markdig.Fuzzing/Program.cs (+71 -0)
src/Markdig.Fuzzing/run-fuzzer.ps1 (+86 -0)
📝 src/markdig.slnx (+3 -0)

📄 Description

(On Windows)
As simple as running .\run-fuzzer.ps1 from src/Markdig.Fuzzing.


🔄 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/xoofx/markdig/pull/903 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `fuzzing2` --- ### 📝 Commits (2) - [`fcdd4ab`](https://github.com/xoofx/markdig/commit/fcdd4aba599a77995e528021d3af9b5813ea3429) Add basic fuzzing project - [`ab0b490`](https://github.com/xoofx/markdig/commit/ab0b490a825097e03fa19e80d5554f229ede3624) Mark the project as non-packable ### 📊 Changes **5 files changed** (+183 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/Markdig.Fuzzing/.gitignore` (+4 -0) ➕ `src/Markdig.Fuzzing/Markdig.Fuzzing.csproj` (+19 -0) ➕ `src/Markdig.Fuzzing/Program.cs` (+71 -0) ➕ `src/Markdig.Fuzzing/run-fuzzer.ps1` (+86 -0) 📝 `src/markdig.slnx` (+3 -0) </details> ### 📄 Description (On Windows) As simple as running `.\run-fuzzer.ps1` from `src/Markdig.Fuzzing`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:52:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1295