Closed ricellis closed 3 years ago
CHANGES.md
CHANGELOG.md
Add validation for doc ID and attachment names
Use an invalid document ID or attachment name.
The request to fail.
The request is passed to the server.
Add validation to functions that access document IDs or attachments to prevent clash with system paths.
IllegalArgumentException
Checklist
CHANGES.md
|CHANGELOG.md
) or test/build only changesDescription
Add validation for doc ID and attachment names
1. Steps to reproduce and the simplest code sample possible to demonstrate the issue
Use an invalid document ID or attachment name.
2. What you expected to happen
The request to fail.
3. What actually happened
The request is passed to the server.
Approach
Add validation to functions that access document IDs or attachments to prevent clash with system paths.
Schema & API Changes
IllegalArgumentException
is thrown.Security and Privacy
Testing
Monitoring and Logging