mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5988] [MERGED] Add fuzzing infrastructure #10765
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fuzz📝 Commits (1)
f739239Add fuzzing infra📊 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.