Question
What steps should I take if I receive the warning after deploying code?
Asked by: USER4624
71 Viewed
71 Answers
Answer (71)
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.