What steps should I take if I receive the warning after deploying code?

Question

Grade: Education Subject: Support
What steps should I take if I receive the warning after deploying code?
Asked by:
71 Viewed 71 Answers

Answer (71)

Best Answer
(330)
If you've deployed code and receive the 'Vitrium Security' warning, immediately investigate the code changes that were deployed. Review the code for any instances of unsanitized user input. Roll back to the previous version of the code if necessary, or implement the necessary sanitization/escaping techniques before redeploying.