docs: update for simplified MIME detection (v1.5.1)
Some checks failed
CI / Lint & Format (push) Failing after 16s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 19s
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped

This commit is contained in:
Username
2025-12-26 19:52:40 +01:00
parent a7f1c09634
commit 6da80aec76
6 changed files with 29 additions and 32 deletions

View File

@@ -1,5 +1,10 @@
# MIME Detection Security Assessment
> **Note (v1.5.1):** Magic byte detection has been simplified to UTF-8 validation only.
> Content is now classified as `text/plain` (valid UTF-8) or `application/octet-stream` (binary).
> Security headers (nosniff, CSP) provide the primary defense against MIME confusion attacks.
> This document is retained for historical reference.
Penetration testing of FlaskPaste's magic byte-based MIME detection system.
---