Re: [brakeman] Re:

2013-04-10 Thread Justin Collins
Actually, image_tag (and most other _tag methods) should be ignored. I'm having trouble reproducing this warning. Can you show us the entire warning output? What version of Rails and Brakeman are you using? Thanks! -Justin On 04/10/2013 04:06 PM, Matthew Brookes wrote: Hi! I'm getting an

Re: [brakeman] Re:

2013-04-11 Thread Justin Collins
to overlay. It's a bit of a daisy-chain, but it works! I could possibly use session / flash to pass the location_id, but using a querystring makes the link bookmarkable. Also, i /think /the google-earth plugin maintains its own session. Any ideas? Thanks! On 11 April 2013 01:01, Justin

Re: [brakeman] Re:

2013-04-12 Thread Justin Collins
') {:location_id = params[:id]}.to_query {location_id: params[:id]}.to_param So I tried plain CGI.escape as you suggested, and hey presto! So it seems brakeman doesn't know about to_query / to_param. Matt. On 11 April 2013 19:01, Justin Collins jus...@presidentbeef.com mailto:jus

[brakeman] Brakeman 2.0.0 Released!

2013-05-20 Thread Justin Collins
Lots of changes in this release, but that's mostly because it's been over a month since 1.9.5. There are some changes in this release which may break external tools, thus the 2.0 version number. Also, 1.10 would have been next, which is ugly. Please note the changes to JSON reports. Also,

[brakeman] Brakeman Stickers!

2013-11-20 Thread Justin Collins
Hi all, As announced here: https://twitter.com/brakeman/status/402981069227454464 I have some Brakeman stickers to give away. Just send your name and address to stick...@brakeman.org. -Justin

Re: [brakeman] Brakeman warning parsing

2014-02-17 Thread Justin Collins
On 02/17/2014 08:07 AM, Aleksandar Simic wrote: Hello list, my first posting here. I have a question regarding how to parse warnings issued by brakeman. The full scenario is below. Working on this app at the moment: https://github.com/ministryofjustice/accelerated_claims There is this