Ruby: &[SPACE][identifier] syntax breaks Ruby parsing
- Langage dominant
- CodeQL
- Étoiles
- 10.1k
- Forks
- 2.1k
- Merge moyen
- 2 j 15 h
- PR mergées (30 j)
- 141
Description
CodeQL's Ruby breaks parsing breaks for the following code:
```ruby
sorted_array = array.sort(& custom_sorts[params[:sortby]])
```
I understand that the following *should* be how this is written, but sometimes people put weird syntax in and it shouldn't break a whole file being parsed:
```ruby
sorted_array = array.sort(&custom_sorts[params[:sortby]])
```
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Start by reproducing the Ruby parser failure with the two sort examples in the issue, focusing on the space between `&` and the identifier. Trace the parser entry point that handles this syntax and verify that both forms are accepted without preventing the rest of the file from being parsed.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- ruby
- Domaine
- compilers
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- Calme
- Clarté
- Plutôt claire
- Accessibilité débutants
- 48/100