Skip to content

Commit a3628b0

Browse files
committed
Ruby: fix markup in changenote
1 parent 032aa56 commit a3628b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/change-notes/2022-07-11-command-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
category: minorAnalysis
33
---
44
* Fixed a bug causing every expression in the database to be a considered a system-command execution sink when calls to any of the following methods exist:
5-
* The `spawn", "fspawn", "popen4", "pspawn", "system", "_pspawn" methods and the backtick operator from the `POSIX::spawn` gem.
5+
* The `spawn`, `fspawn`, `popen4`, `pspawn`, `system`, `_pspawn` methods and the backtick operator from the `POSIX::spawn` gem.
66
* The `execute_command`, `rake`, `rails_command`, and `git` methods in `Rails::Generation::Actions`.

0 commit comments

Comments
 (0)