Python: Update description of CodeInjection

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2020-10-08 11:15:36 +02:00
committed by GitHub
parent 46ec7fbf6e
commit 0b0763953e

View File

@@ -1,6 +1,6 @@
/**
* @name Code injection
* @description Interpreting unsanitized user input as code allows a malicious user arbitrary
* @description Interpreting unsanitized user input as code allows a malicious user to perform arbitrary
* code execution.
* @kind path-problem
* @problem.severity error