Skip to content

Conversation

@hugoShaka
Copy link
Contributor

@hugoShaka hugoShaka commented Nov 18, 2025

Scanners such as trivy are misinterpreting the go pseudoversions describing which commit was used to build the project. See: aquasecurity/trivy#9446

This causes false positives and considerable toil for our support team as every user/customer is seeing that Teleport is affected by CVE-2022-36633 (it is not).

Trivy devs don't seem to want to fix this so we must strip VCS information from the go binary to stop the false positives.

This actually makes the binaries less traceable, but this is the only workaround to reduce the noise caused by those tools.

Changelog: Prevented Trivy from reporting false positives when scanning the Teleport binaries.

Scanners such as trivy are misinterpreting the go pseudoversions
describing which commit was used to build the project.
See: aquasecurity/trivy#9446

This causes false positives and considerable toil for our support team
as every user/customer is seeing trivy reporting that Teleport is
affected by CVE-2022-36633 (it is not).

Trivy doesn't seem to want to fix their tool so we must strip VCS
information from the go binary to stop the false positives.

This actually makes the binaries _less traceable_, but this is the only
workaround to reduce the noise caused by those tools.
@github-actions github-actions bot requested review from aadc-dev and zmb3 November 18, 2025 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants