Akim Demaille

Results 41 issues of Akim Demaille

Some processing, such as typing, are easier to deal with when you install references from uses to definitions. Typically, I first traverse my tree, paying attention to scopes, and binding...

question

Hi, There's a pattern that the library does not seem to support well: processors that label _some_ nodes with properties. Indeed, when a parent node is updated with children equal...

Introduce `-Wuseless-action` to warn about rules with a useless `{ $$ = $1; }` action.

I have been using this patch for my project since March 2015, and it works nicely for Python 3. I confess I don't have much experience with Python 2. But...

Hi! Well, this is not a feature request, it's just that I'm not sure what's the preferred place for discussions about hash_append. I was wondering if you had considered using...

Hi Justin, ### Background Brakeman version: 5.2.1 Rails version: 6.1.4.1 Ruby version: 2.7.2 Link to Rails application code: Sorry, I don't own the code, cannot do that. Besides I don't...

### Background Brakeman version: 4.10.0 Rails version: 6.0.3.4 Ruby version: 2.5.7p206 Link to Rails application code: private, sorry. ### Issue What problem are you seeing? In my logs, I have...

### Background Brakeman version: 4.10.1 Rails version: 6 Ruby version: 3 ### Issue Hi, Brakeman appears to be nonterminating and consuming lots of cpu and space on a project. I...

### Background Brakeman version: 4.3.1 Rails version: 4.2.10 Ruby version: 2.5.1p57 #### False Positive *Full* warning from Brakeman: ```ruby Possible SQL injection near line 175: AccessRule.preload_disp_names.smart_orderer(params[:sort_by]).where(params[:conditions]) 171 | @restricted_fields =...

false positive

This is just a duplicate of #698. **Is your feature request related to a problem? Please describe.** I am using a function that is sufficient to protect me from dangerous...