[PR #6497] [MERGED] Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing target #10812

Closed
opened 2025-12-22 08:20:53 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6497
Author: @Bond-009
Created: 9/2/2021
Status: Merged
Merged: 9/2/2021
Merged by: @cvium

Base: masterHead: fuzz1


📝 Commits (1)

  • 286dabd Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing

📊 Changes

6 files changed (+53 additions, -1 deletions)

View changed files

📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+11 -1)
📝 Emby.Server.Implementations/Properties/AssemblyInfo.cs (+1 -0)
📝 fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj (+7 -0)
📝 fuzz/Emby.Server.Implementations.Fuzz/Program.cs (+30 -0)
fuzz/Emby.Server.Implementations.Fuzz/Testcases/SqliteItemRepository.ItemImageInfoFromValueString/test1.txt (+1 -0)
📝 tests/Jellyfin.Server.Implementations.Tests/Data/SqliteItemRepositoryTests.cs (+3 -0)

📄 Description

and add test cases


🔄 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/6497 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 9/2/2021 **Status:** ✅ Merged **Merged:** 9/2/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `fuzz1` --- ### 📝 Commits (1) - [`286dabd`](https://github.com/jellyfin/jellyfin/commit/286dabdc4bcff65430f0abe78fbeaaed28635e18) Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing ### 📊 Changes **6 files changed** (+53 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+11 -1) 📝 `Emby.Server.Implementations/Properties/AssemblyInfo.cs` (+1 -0) 📝 `fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj` (+7 -0) 📝 `fuzz/Emby.Server.Implementations.Fuzz/Program.cs` (+30 -0) ➕ `fuzz/Emby.Server.Implementations.Fuzz/Testcases/SqliteItemRepository.ItemImageInfoFromValueString/test1.txt` (+1 -0) 📝 `tests/Jellyfin.Server.Implementations.Tests/Data/SqliteItemRepositoryTests.cs` (+3 -0) </details> ### 📄 Description and add test cases --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:20:53 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#10812
No description provided.