Bug Fix: file system traversal bug where %2F is treated as /

This commit is contained in:
int 80h
2022-02-02 18:03:04 -05:00
parent 2eabc3e893
commit 406fea7b6c
4 changed files with 8 additions and 4 deletions

6
README
View File

@@ -57,7 +57,6 @@ Scripts have 5 seconds to complete or they will be terminated.
### CGI Environments
These variables are preset for you. If you need more you can define them in the
config file under "cgienv"
@@ -77,3 +76,8 @@ TLS variables
- TLS_CLIENT_HASH
- REMOTE_USER
## Changelog
### [0.6.4] - 20220202
Fixed a file system traversal bug. All previous versions are unsafe.