github-vet / github-vet/rangeloop-pointer-findings
atenart/bubbles: httpserver/account.go; 10 LoC
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- PR metrics pending
Description
Found a possible issue in [atenart/bubbles](https://www.github.com/atenart/bubbles) at [httpserver/account.go](https://github.com/atenart/bubbles/blob/f68337784251e0426196f36024da15ab1bc7b844/httpserver/account.go#L195-L204)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message.
> reference to y was used in a composite literal at line 200
[Click here to see the code in its original context.](https://github.com/atenart/bubbles/blob/f68337784251e0426196f36024da15ab1bc7b844/httpserver/account.go#L195-L204)
Click here to show the 10 line(s) of Go which triggered the analyzer.
```go
for _, y := range xml.Yeasts {
ingredient := &db.Ingredient{
Name: y.Name,
UserId: user.Id,
Type: "yeast",
XML: &y,
}
s.db.AddIngredient(ingredient)
}
```
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: f68337784251e0426196f36024da15ab1bc7b844
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with httpserver/account.go lines 195-204 at commit f68337784251e0426196f36024da15ab1bc7b844 and inspect the surrounding account-handling code. Confirm the analyzer finding about the range variable reference, then classify it as Bug, Mitigated, or Desirable Behavior and leave the corresponding reaction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100