Moncef Belyamani

Results 28 issues of Moncef Belyamani

I noticed that there is a `verbose` option that I can set to `false` to completely remove rack-cache calls from my Rails app log, but I was wondering if there's...

Hi, There's a nifty JS library that handles markers with the same coordinates: https://github.com/jawj/OverlappingMarkerSpiderfier This seems like a better solution than randomizing the position of all markers, even if they're...

### Background Brakeman version: 4.2.1 Rails version: 5.1.6 Ruby version: 2.3.5 ### Issue Defining a `link_to` in a view based on `request.query_parameters` without any sanitization is not being flagged as...

new check

This fixes #1013 Previously, the code was not taking into account that you can call `paginate_array` with an empty array, while passing in the `total_count`. This fix checks to see...

Hello. It looks like maybe [this change](https://github.com/kaminari/kaminari/commit/011d6ac3b866d5e1836c246f9a598c79d1213fe5#diff-5687b4595ab8fdf7d48554e7384e25f2) is causing the `last` parameter to be `0` instead of `1` when there is only 1 result per page. So, if there are...

Feedback Needed

In my config, I have `- config/locales/**/*.%{locale}.yml` enabled in the `data.read` section, and in the `ignore_unused` section, I have `- '{devise,simple_form}.*'`. When I run `i18n-tasks remove-unused`, it does not display...

It would be great to add support for [slim-lint](https://github.com/sds/slim-lint). Any idea if/when that would be possible?

help wanted
new-engine
hacktoberfest

## Description I maintain a script that installs Ruby on a Mac. If Homebrew is not yet present on the machine, the script installs Homebrew, then installs chruby and ruby-install,...

bug

In my app, I have `Rails.application.config.session_store :active_record_store` in my `config/initializers/session_store.rb`, but dawnscanner still reported the Owasp Ror CheatSheet Session management issue. It looks like this is due to the [attack_pattern](https://github.com/thesp0nge/dawnscanner/blob/45ba43383825c53f39e691466de93c498de8062f/lib/dawn/kb/owasp_ror_cheatsheet/session_stored_in_database.rb#L18)...

enhancement
hacktoberfest

In my app, I use the [secure_headers](https://github.com/twitter/secureheaders) gem, which takes care of all the issues reported by the Owasp Ror Cheatsheet Security Related Headers. It would be great if dawnscanner...

enhancement
hacktoberfest