Ruby: add change note for system command execution sink bug

This commit is contained in:
Nick Rolfe
2022-07-11 17:00:07 +01:00
parent 6632dfaf88
commit 032aa56dc3

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* 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:
* The `spawn", "fspawn", "popen4", "pspawn", "system", "_pspawn" methods and the backtick operator from the `POSIX::spawn` gem.
* The `execute_command`, `rake`, `rails_command`, and `git` methods in `Rails::Generation::Actions`.