Our server application is generating a PDF file using the WKHTMLTOPDF
process launched via a Java ProcessBuilder.start()
method.
The command line of this process is generated from the parameters of a HTTP request.
As there is no way to ensure the request is valid, is there any security related issue we should be aware of with this approach ?