[PR #850] [MERGED] Don't hash bad SS #1193

Closed
opened 2026-01-29 16:25:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/850
Author: @Deterous
Created: 5/22/2025
Status: Merged
Merged: 5/22/2025
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (4)

📊 Changes

3 files changed (+82 additions, -28 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Processors/ProcessingTool.cs (+59 -9)
📝 MPF.Processors/Redumper.cs (+22 -19)

📄 Description

This does some sanity checks on the SS to prevent bad SS files being hashed and getting through to the submissionInfo.


🔄 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/SabreTools/MPF/pull/850 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`bd90042`](https://github.com/SabreTools/MPF/commit/bd90042f08a54c2cb4e5484d9ad255901aa9211d) Don't hash bad SS - [`1adfed9`](https://github.com/SabreTools/MPF/commit/1adfed947d0a6cee3d1275d5d28a90e6b3a898a5) fix build - [`63cb0f2`](https://github.com/SabreTools/MPF/commit/63cb0f26fc0f6e562a221c249f16b87372c4dc6c) proper namespace - [`51ce929`](https://github.com/SabreTools/MPF/commit/51ce929ce8e6c4c6c3b313028fee9dcfc3aac149) Merge branch 'master' into master ### 📊 Changes **3 files changed** (+82 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Processors/ProcessingTool.cs` (+59 -9) 📝 `MPF.Processors/Redumper.cs` (+22 -19) </details> ### 📄 Description This does some sanity checks on the SS to prevent bad SS files being hashed and getting through to the submissionInfo. --- <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 16:25:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1193