Brakeman v4.3.1 Release Notes

Release Date: 2018-06-07 // almost 6 years ago
    • Add :BRAKEMAN_SAFE_LITERAL to represent known-safe literals
    • ๐Ÿ– Handle Array#map and Array#each over literal arrays (#1208 / #1224)
    • ๐Ÿ‘‰ Use safe literal when accessing literal hash with unknown key (#1213)
    • ๐Ÿ‘ Allow symbolize_keys to be called on params in SQL (Jacob Evelyn)
    • ๐Ÿ‘Œ Improve handling of conditionals in shell commands (Jacob Evelyn)
    • ๐Ÿ—„ Avoid deprecated use of ERB in Ruby 2.6 (Koichi ITO)
    • Ignore Object#freeze, use the target instead (#1211)
    • Ignore foreign_key calls in SQL (#1202)
    • ๐Ÿ– Handle included calls outside of classes/modules (#1209)
    • ๐Ÿ›  Fix error when setting line number in implicit renders (#1210)