From 0b32b9c96c47cdd86bb6fff3d26c8d69d5f21820 Mon Sep 17 00:00:00 2001 From: Gregor Klevze Date: Thu, 12 Feb 2026 10:24:23 +0100 Subject: [PATCH] chore: rename project to UploadShield (composer + README) --- README.md | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 802e14b..bbcf1dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Upload Logger (Hardened v3) +# UploadShield (Hardened v3) -This repository contains the v3 upload-logging helper: a hardened single-file monitor that logs uploads, detects common evasion techniques, and optionally blocks suspicious uploads. +This repository contains UploadShield (formerly "Upload Logger"): a hardened PHP upload protection helper. It provides a single-file monitor that logs uploads, detects common evasion techniques, quarantines suspicious files, and can optionally block malicious uploads. Primary file: [upload-logger.php](upload-logger.php) diff --git a/composer.json b/composer.json index ad2a615..803ffc9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "upload-logger/upload-logger", - "description": "Hardened PHP upload logger with quarantine and detectors", + "name": "uploadshield/upload-shield", + "description": "UploadShield — hardened PHP upload protection with quarantine and detectors (formerly Upload Logger)", "type": "library", "require": { "php": "^8.0"