starlette
starlette copied to clipboard
Fix: Resolve the issue where the directory itself being a symlink does not work.
Summary
Checklist
- [x] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
- [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
- [x] I've updated the documentation accordingly.
Fixed #2646
I test https://github.com/encode/starlette/security/advisories/GHSA-v5gw-mw7f-84px case. test result is 404 Not Found.
A test case is needed here.
Okay, I'll add the test cases.
done.
Thanks!