You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ruby/ql/lib/change-notes/2022-07-11-command-execution.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,5 @@
2
2
category: minorAnalysis
3
3
---
4
4
* 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.
6
6
* The `execute_command`, `rake`, `rails_command`, and `git` methods in `Rails::Generation::Actions`.
0 commit comments