Skip to content

results: Validate inputs and protect against common mysqldb exceptions

clayton craft requested to merge craftyguy/mesa_ci_results:input_sanitize into master

This adds basic checking of input strings intended to be used directly in sql statements, as well as handles common exceptions thrown by the mysqldb module.

This also adds a new http 500 error page, which is called during any of the above exceptions.

Edited by clayton craft

Merge request reports

Loading