fix: address Path Traversal vulnerability in /assets endpoint by implementing security checks

This commit is contained in:
Davidson Gomes
2025-09-17 14:25:36 -03:00
parent 7ba878742e
commit b514fab30e
2 changed files with 22 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# 2.3.3 (develop)
### Security
* **CRITICAL**: Fixed Path Traversal vulnerability in /assets endpoint that allowed unauthenticated local file read
### Testing
* Baileys Updates: v7.0.0-rc.3 ([Link](https://github.com/WhiskeySockets/Baileys/releases/tag/v7.0.0-rc.3))