Skip to content

Commit 3f871a0

Browse files
apply suggestions from doc review
Co-authored-by: mc <[email protected]>
1 parent f3741ff commit 3f871a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: newQuery
33
---
4-
* Added a new query, `rb/shell-command-constructed-from-input`, to detect libraries that unsafely constructs shell commands from their inputs.
4+
* Added a new query, `rb/shell-command-constructed-from-input`, to detect libraries that unsafely construct shell commands from their inputs.

ruby/ql/src/queries/security/cwe-078/UnsafeShellCommandConstruction.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<p>
5757
To avoid such potentially catastrophic behaviors, provide the
58-
inputs from exported functions as an argument that does not
58+
input from exported functions as an argument that does not
5959
get interpreted by a shell:
6060
</p>
6161

0 commit comments

Comments
 (0)