Bug Fix: file system traversal bug where %2F is treated as /
This commit is contained in:
6
README
6
README
@@ -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.
|
||||
Reference in New Issue
Block a user