Skip to content

Commit 0b07639

Browse files
Python: Update description of CodeInjection
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
1 parent 46ec7fb commit 0b07639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/Security-new-dataflow/CWE-094/CodeInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Code injection
3-
* @description Interpreting unsanitized user input as code allows a malicious user arbitrary
3+
* @description Interpreting unsanitized user input as code allows a malicious user to perform arbitrary
44
* code execution.
55
* @kind path-problem
66
* @problem.severity error

0 commit comments

Comments
 (0)