chore: rename project to UploadShield (composer + README)

This commit is contained in:
2026-02-12 10:24:23 +01:00
parent d6a19929bf
commit 0b32b9c96c
2 changed files with 4 additions and 4 deletions

View File

@@ -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) Primary file: [upload-logger.php](upload-logger.php)

View File

@@ -1,6 +1,6 @@
{ {
"name": "upload-logger/upload-logger", "name": "uploadshield/upload-shield",
"description": "Hardened PHP upload logger with quarantine and detectors", "description": "UploadShield — hardened PHP upload protection with quarantine and detectors (formerly Upload Logger)",
"type": "library", "type": "library",
"require": { "require": {
"php": "^8.0" "php": "^8.0"