Results 6 comments of Gavin Miller

I've tracked this down with the code that @doliveirakn included for his example app to the problem occurring in: https://github.com/presidentbeef/brakeman/blob/a882d53ec02d059211c23383e65e4698a5655551/lib/brakeman/checks/base_check.rb#L443-L455 Specifically the failure occurs here where ``` @tracker.models.keys = [:BrakemanUnresolvedModel,...

I am seeing this same behaviour on our installation too (`master` using code from my [previous PR](https://github.com/ashwanthkumar/gocd-build-github-pull-requests/pull/126)). Can you advise whether this is bring actively looked at? If not, I...

@ashwanthkumar have you done any work on this? If not, I will pickup the issue and try to fix it. 😄

@ashwanthkumar sorry about clarity. The issue I'm seeing is detailed in this comment: https://github.com/ashwanthkumar/gocd-build-github-pull-requests/issues/75#issuecomment-251384231 Rephrased, the username/password set in the `Edit Material` don't account for an endpoint set in the...

I've managed to put together what's potentially a patch for this. Code below: ```ruby def renderable? exp return false unless call?(exp) if exp.method == :with_content exp = exp.target end return...