Brian Kephart

Results 7 issues of Brian Kephart

Using the heroku-22 stack, I got this error: ``` Vips::Error: VipsForeignSave: "/tmp/image_processing20220629-52-veut21.avif" is not a known file format ``` Buildpacks: ``` 1. heroku-community/apt 2. https://github.com/brandoncc/heroku-buildpack-vips 3. https://github.com/brian-kephart/heroku-buildpack-jemalloc.git 4. https://github.com/heroku/heroku-buildpack-activestorage-preview 5....

### Background Brakeman version: 5.2.1 Rails version: 5.2.1 Ruby version: 2.5.1 *Full* warning from Brakeman: `?` Confidence: High Category: Redirect Check: Redirect Message: Possible unprotected redirect Relevant code: ```ruby redirect_to...

false positive

[See the build result here](https://travis-ci.org/owen2345/camaleon-cms/jobs/637090377#L731). sassc gem 2.2.1 ruby 2.5.5 rails 5.2.4.1 I see some other issues related to segfaults with sprockets 4, but none that match these specifics: test...

https://github.com/bootstrap-ruby/will_paginate-bootstrap It hasn't been updated since 2015, and it's already raising deprecation warnings.

Currently a GET request is used to log out, meaning a CSRF attack could logout the user. The request should be a POST with a CSRF token to prevent this....

Recap: - I discovered SVGs weren't being correctly resized by imagemagick (#787), causing SVG uploads to fail. This was fixed by converting to JPG when resizing (#788). - I then...

I ran into some trouble with my controller tests while using this gem, because the Rails controller tests do not use a webserver. The result was that I got messages...