Make website character page redirect validate url to be more secure

This commit is contained in:
Griatch 2024-03-17 10:03:47 +01:00
parent 138e21a94c
commit 23b9d06db5
2 changed files with 14 additions and 8 deletions

View file

@ -37,7 +37,8 @@
account (Griatch)
- [Fix][issue4311]: SSH connection caused a traceback in protocol (Griatch)
- Fix: Resolve a bug when loading on-demand-handler data from database (Griatch)
- Security: Potentially O(n2) regex exploit in rpsystem regex (Griatch)
- Security: Potential O(n2) regex exploit in rpsystem regex (Griatch)
- Security: Fix potential redirect vulnerability in character page redirect (Griatch)
- Doc fixes (iLPdev, Griatch, CloudKeeper)
[pull3420]: https://github.com/evennia/evennia/pull/3420