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
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:
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user