Skip to content

Commit

Permalink
Merge pull request #55 from trailofbits/fix-for-go-1.22
Browse files Browse the repository at this point in the history
rm anonymous-race-condition as it is fixed from go v1.22
  • Loading branch information
Vasco-jofra committed Mar 12, 2024
2 parents b5f7c2e + 7661f1a commit 1a1bcc4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 414 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ $ semgrep --config /path/to/semgrep-rules/hanging-goroutine.yml -o leaks.txt'
| ID | Playground | Impact | Confidence | Description |
| -- | :--------: | :----: | :--------: | ----------- |
| [anonymous-race-condition](go/anonymous-race-condition.yaml) | [πŸ›πŸ”—](https://semgrep.dev/playground/r/trailofbits.go.anonymous-race-condition.anonymous-race-condition) | 🟧 | πŸŒ— | Race conditions within anonymous goroutines |
| [hanging-goroutine](go/hanging-goroutine.yaml) | [πŸ›πŸ”—](https://semgrep.dev/playground/r/trailofbits.go.hanging-goroutine.hanging-goroutine) | 🟩 | πŸŒ— | Goroutine leaks |
| [invalid-usage-of-modified-variable](go/invalid-usage-of-modified-variable.yaml) | [πŸ›πŸ”—](https://semgrep.dev/playground/r/trailofbits.go.invalid-usage-of-modified-variable.invalid-usage-of-modified-variable) | 🟧 | 🌘 | Possible unintentional assignment when an error occurs |
| [iterate-over-empty-map](go/iterate-over-empty-map.yaml) | [πŸ›πŸ”—](https://semgrep.dev/playground/r/trailofbits.go.iterate-over-empty-map.iterate-over-empty-map) | 🟩 | πŸŒ— | Probably redundant iteration over an empty map |
Expand Down
309 changes: 0 additions & 309 deletions go/anonymous-race-condition.go

This file was deleted.

Loading

0 comments on commit 1a1bcc4

Please sign in to comment.