chore: rename project to UploadShield (composer + README)
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user