[PR #5988] [MERGED] Add fuzzing infrastructure #10765

Closed
opened 2026-02-07 06:26:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5988
Author: @Bond-009
Created: 5/5/2021
Status: Merged
Merged: 6/14/2021
Merged by: @cvium

Base: masterHead: fuzz


📝 Commits (1)

📊 Changes

10 files changed (+131 additions, -0 deletions)

View changed files

📝 .gitignore (+1 -0)
fuzz/.gitignore (+1 -0)
fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj (+18 -0)
fuzz/Emby.Server.Implementations.Fuzz/Program.cs (+32 -0)
fuzz/Emby.Server.Implementations.Fuzz/Testcases/PathExtensions.TryReplaceSubPath/test1.txt (+1 -0)
fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh (+11 -0)
fuzz/Jellyfin.Server.Fuzz/Jellyfin.Server.Fuzz.csproj (+22 -0)
fuzz/Jellyfin.Server.Fuzz/Program.cs (+33 -0)
fuzz/Jellyfin.Server.Fuzz/Testcases/UrlDecodeQueryFeature/test1.txt (+1 -0)
fuzz/Jellyfin.Server.Fuzz/fuzz.sh (+11 -0)

📄 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/jellyfin/jellyfin/pull/5988 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 5/5/2021 **Status:** ✅ Merged **Merged:** 6/14/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `fuzz` --- ### 📝 Commits (1) - [`f739239`](https://github.com/jellyfin/jellyfin/commit/f7392394fdcf882c97199d35a65647f201f3129e) Add fuzzing infra ### 📊 Changes **10 files changed** (+131 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `fuzz/.gitignore` (+1 -0) ➕ `fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj` (+18 -0) ➕ `fuzz/Emby.Server.Implementations.Fuzz/Program.cs` (+32 -0) ➕ `fuzz/Emby.Server.Implementations.Fuzz/Testcases/PathExtensions.TryReplaceSubPath/test1.txt` (+1 -0) ➕ `fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh` (+11 -0) ➕ `fuzz/Jellyfin.Server.Fuzz/Jellyfin.Server.Fuzz.csproj` (+22 -0) ➕ `fuzz/Jellyfin.Server.Fuzz/Program.cs` (+33 -0) ➕ `fuzz/Jellyfin.Server.Fuzz/Testcases/UrlDecodeQueryFeature/test1.txt` (+1 -0) ➕ `fuzz/Jellyfin.Server.Fuzz/fuzz.sh` (+11 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:26:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10765