Skip to content
Snippets Groups Projects
Commit 75373b75 authored by Nick Thomas's avatar Nick Thomas Committed by John Jarvis
Browse files

Prevent a path traversal attack on global file templates

The API permits path traversal characters like '../' to be passed down
to the template finder. Detect these requests and cause them to fail
with a 500 response code.
parent c0ed50ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment