Michael Vogl
Michael Vogl
I found this issue: https://github.com/microsoft/vscode-remote-release/issues/6464 If I want to Build a devcontainer I have to export http_proxy as ENV, otherwise I cannot install the feature. I am behind a corporate...
[Issue 1945](https://github.com/presidentbeef/brakeman/issues/1945) In newer rails version brakeman does not recognize enums as safe.
### Background Brakeman version: 7.0.2 Rails version: 7.2.2.1 Ruby version: 3.4.4 Link to Rails application code: ? ### Issue When I use an enum like: ``` self.where("thing IN #{Model.statuses[:value]}") ```...