Skip to content

Escape user supplied code before inserting as a POST parameter

Joern Schneeweisz requested to merge joernchen-master-patch-26405 into master

What does this MR do?

The code parameter should be escaped before being inserted into POST query parameters. This MR fixes a non-exploitable parameter injection.

TODO

Edited by Joern Schneeweisz

Merge request reports