mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-31 12:19:45 +02:00
The search in a document tree was triggered by the usage of the document path. The path is something guessable by incrementing it you can discover public documents. We decided to change this to use the document id which is not guessable and prevent discovering public documents. Thanks to @maboukerfa for discovering it.