Andrew Vit
Andrew Vit
Is this still open? Looks like an important issue... (I'm working on provisioning with chef and looking into bundler's exit codes to control it.)
Is issue #578 related?
Does anyone have a start on this? Can we reuse anything from https://github.com/wr0ngway/log4r-gelf ?
I still have a hand in the pot. I have a rough draft started for it but haven't had the time to progress on it lately. Hope to pick it...
I've pulled in some changes from other forks that could be affecting this if it's fixed in yours. I'll have a look but if anyone has background on the direction...
Please see my proposal in https://github.com/rails/rails/issues/38301. I would be interested to hear your thoughts on it, so I can provide a cleaner way to express some of these SQL injection...
Ah yes, I see Brakeman also does not trust `html_safe` as a safe declaration: https://github.com/presidentbeef/brakeman/blob/c9fc366db717f759c064371a0321cccc88c2affb/test/apps/rails4/app/views/another/html_safe_is_not.html.erb Indeed that seems reasonable to prevent accidental misuse: I've noticed the word "safe" in the...
`sanitize_sql("constant literal")` indeed seems safe but is misleading. That's probably more of a linting question (rubocop).
Unfortunately scopes are only attached to the top level search right now. It would be nice to get it moved into the nested context, but that's going to take some...
I can definitely see the need for it. I'm just not sure how it fits with the iCalendar spec ([RFC 5545](https://tools.ietf.org/html/rfc5545)) for compatibility with .ics format, maybe there's something in...