[PR #103] [MERGED] Closes #102 #281

Closed
opened 2026-02-25 22:34:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/103
Author: @sadok-f
Created: 7/19/2017
Status: Merged
Merged: 7/19/2017
Merged by: @sadok-f

Base: masterHead: enhance-security-logic


📝 Commits (1)

📊 Changes

8 files changed (+127 additions, -77 deletions)

View changed files

📝 app.php (+1 -12)
src/Core/Exception/SecurityException.php (+7 -0)
📝 src/Core/Handler/ImageHandler.php (+13 -33)
src/Core/Handler/SecurityHandler.php (+55 -0)
📝 tests/Core/Entity/OutputImageTest.php (+13 -14)
📝 tests/Core/Handler/ImageHandlerTest.php (+16 -16)
tests/Core/Handler/SecurityHandlerTest.php (+22 -0)
📝 tests/Core/StorageProvider/S3StorageProviderTest.php (+0 -2)

📄 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/flyimg/flyimg/pull/103 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 7/19/2017 **Status:** ✅ Merged **Merged:** 7/19/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `enhance-security-logic` --- ### 📝 Commits (1) - [`86b1f6b`](https://github.com/flyimg/flyimg/commit/86b1f6b53f3074e620110cab9adce894fd275f9a) Closes #102 ### 📊 Changes **8 files changed** (+127 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `app.php` (+1 -12) ➕ `src/Core/Exception/SecurityException.php` (+7 -0) 📝 `src/Core/Handler/ImageHandler.php` (+13 -33) ➕ `src/Core/Handler/SecurityHandler.php` (+55 -0) 📝 `tests/Core/Entity/OutputImageTest.php` (+13 -14) 📝 `tests/Core/Handler/ImageHandlerTest.php` (+16 -16) ➕ `tests/Core/Handler/SecurityHandlerTest.php` (+22 -0) 📝 `tests/Core/StorageProvider/S3StorageProviderTest.php` (+0 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:34:58 +03: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/flyimg#281
No description provided.