apply suggestions from doc review

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2022-11-07 16:29:10 +01:00
committed by GitHub
parent f3741ff1e4
commit 3f871a08e2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
---
category: newQuery
---
* Added a new query, `rb/shell-command-constructed-from-input`, to detect libraries that unsafely constructs shell commands from their inputs.
* Added a new query, `rb/shell-command-constructed-from-input`, to detect libraries that unsafely construct shell commands from their inputs.

View File

@@ -55,7 +55,7 @@
<p>
To avoid such potentially catastrophic behaviors, provide the
inputs from exported functions as an argument that does not
input from exported functions as an argument that does not
get interpreted by a shell:
</p>