Skip to content

Commit 1f51bd4

Browse files
add dash in description
Co-authored-by: mc <[email protected]>
1 parent 96ec54e commit 1f51bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-078/SecondOrderCommandInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Second order command injection
3-
* @description Using user controlled data as arguments to some commands, such as git clone,
3+
* @description Using user-controlled data as arguments to some commands, such as git clone,
44
* can allow arbitrary commands to be executed.
55
* @kind path-problem
66
* @problem.severity error

0 commit comments

Comments
 (0)