Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Potential int64 overflow #442

Merged
merged 2 commits into from
Dec 3, 2024
Merged

fix: Potential int64 overflow #442

merged 2 commits into from
Dec 3, 2024

Conversation

erezrokah
Copy link
Member

Summary

Detected via GitHub code scanning, there's a potential overflow in our code

Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines πŸ§‘β€πŸŽ“
  • Run go fmt ./... to format your code πŸ–Š
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests πŸ§ͺ
  • Ensure the status checks below are successful βœ…

@erezrokah erezrokah requested a review from a team as a code owner December 2, 2024 17:39
@erezrokah erezrokah requested review from marianogappa and removed request for a team December 2, 2024 17:39
@erezrokah erezrokah added the automerge Add to automerge PRs once requirements are met label Dec 2, 2024
@github-actions github-actions bot added the fix label Dec 2, 2024
@erezrokah erezrokah requested a review from dcelasun December 3, 2024 09:02
@kodiakhq kodiakhq bot merged commit 36dbfae into main Dec 3, 2024
9 checks passed
@kodiakhq kodiakhq bot deleted the fix/int_index_out_of_range branch December 3, 2024 09:25
kodiakhq bot pushed a commit that referenced this pull request Dec 3, 2024
πŸ€– I have created a release *beep* *boop*
---


## [1.25.6](v1.25.5...v1.25.6) (2024-12-03)


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.4 ([#443](#443)) ([486994d](486994d))
* Potential int64 overflow ([#442](#442)) ([36dbfae](36dbfae))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants