Mathieu
Mathieu
### Background Brakeman version: 5.2.1 Rails version: 6.0.4.1 Ruby version: 2.7.1 ### Issue We noticed that some models unscoped finds are apparently not detected by Brakeman [UnscopedFind check](https://github.com/presidentbeef/brakeman/blob/main/lib/brakeman/checks/check_unscoped_find.rb). Looking at...
Apparently pronto still uses bitbucket v1.0 API for reading and posting comments. This API has just been removed (it now returns http error code 410). We need to update to...
Hi there, First, thanks for all the great work with this gem! I came here because last week I faced an issue when dropping and re-creating my test database. Basically,...
## Issue description Some of the generated pdf files have no styling. This happens apparently randomly. ## Expected or desired behavior Files are consistently generated with the styles. ## Analysis...
## Context Currently for some rails configuration, the `read_asset` method (used in methods like `wicked_pdf_stylesheet_link_tag`, allowing to inline CSS/JS inside pdf template) goes over the network to fetch assets. For...
## Issue description Currently the session cookie created by devise seems to be re-usable indefinitely. It looks like a security issue, as if for any reason a user has his...
Fixing bug #19525 I think this is the minimal code for fixing this bug. But looking at the `each_filtered` method, I think I found a few more bugs along the...