Skip to content

Conversation

@ldez
Copy link
Member

@ldez ldez commented Dec 6, 2025

Due to buildssa analyzer changes in v0.39.0 (golang/tools@b74c098), a change inside gosec is required.

I tried to hack it inside golangci-lint, but this is not possible due to the way gosec runs analyzers.

The required change inside gosec is here securego/gosec@d4be287

This is not inside a release, so exceptionally we will update manually gosec to a pseudo-version.

securego/gosec@v2.22.10...daccba6

Fixes #6237

@ldez ldez added this to the unreleased milestone Dec 6, 2025
@ldez ldez added bug Something isn't working dependencies Relates to an upstream dependency linter: update version Update version of linter go Pull requests that update Go code labels Dec 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Relates to an upstream dependency go Pull requests that update Go code linter: update version Update version of linter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gosec: G115 when casting from int to uint no longer caught

1 participant