Skip to content

fix: bump go to 1.22.12 to fix vulns CF-2302#196

Open
manufacturist wants to merge 4 commits intomainfrom
fix/cf-2302-vuln
Open

fix: bump go to 1.22.12 to fix vulns CF-2302#196
manufacturist wants to merge 4 commits intomainfrom
fix/cf-2302-vuln

Conversation

@manufacturist
Copy link

@manufacturist manufacturist commented Mar 17, 2026

Might need to bump to a higher version, e.g. 1.24.13

Copilot AI review requested due to automatic review settings March 17, 2026 11:29
@codacy-production
Copy link

codacy-production bot commented Mar 17, 2026

Codacy's Analysis Summary

0 new issues (≤ 1 medium issue)
0 new security issues (≤ 0 minor issues)
0 complexity
0 duplications
More details

+0.00% coverage variation (-0.50%)
diff coverage (50.00%)
See diff coverage on Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (2847fb6) 5990 1303 21.75%
Head commit (b31f150) 5990 (+0) 1303 (+0) 21.75% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#196) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes. Give us feedback

@codacy-production
Copy link

codacy-production bot commented Mar 17, 2026

Codacy's Analysis Summary

0 new issue (≤ 1 medium issue)
0 new security issue (≤ 0 issue)
0 complexity
0 duplications
More details

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes. Give us feedback

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the module’s declared Go version in go.mod as part of addressing reported vulnerabilities (CF-2302).

Changes:

  • Bump the go directive in go.mod from 1.22.4 to 1.24.13.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@manufacturist manufacturist changed the title fix: bump go to 1.24.13 to fix vulns CF-2302 fix: bump go to 1.22.12 to fix vulns CF-2302 Mar 17, 2026
Copilot AI review requested due to automatic review settings March 18, 2026 09:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the module’s declared Go version to a patched 1.22.x release to address reported vulnerabilities (CF-2302).

Changes:

  • Bump go directive in go.mod from 1.22.4 to 1.22.12.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Copilot AI review requested due to automatic review settings March 18, 2026 10:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s Go toolchain version (per PR title: vulnerability remediation) and adjusts integration-test fixtures for generated Codacy configuration outputs.

Changes:

  • Bumps the Go version in go.mod to 1.22.12.
  • Updates integration-test expected codacy.yaml tool entries/versions (notably opengrep/semgrep and trivy).
  • Adds .codacy/codacy.yaml files inside integration-test directories.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
integration-tests/init-without-token/expected/codacy.yaml Updates expected tool list/versions for local init output.
integration-tests/init-without-token/.codacy/codacy.yaml Adds a repo-tracked .codacy config inside the test directory.
integration-tests/init-with-token/expected/codacy.yaml Updates expected opengrep version for token-based init output.
integration-tests/init-with-token/.codacy/codacy.yaml Adds a repo-tracked .codacy config inside the test directory.
integration-tests/config-discover/expected/codacy.yaml Updates expected opengrep version for local config discover output.
go.mod Bumps Go version to 1.22.12.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 11 to +15
- opengrep@1.16.2
- pmd@7.11.0
- pylint@3.3.6
- revive@1.7.0
- trivy@0.69.3
- trivy@0.69.3
- eslint@8.57.0
- lizard@1.17.31
- opengrep@1.16.2
- opengrep@1.16.4
Comment on lines +1 to +15
runtimes:
- dart@3.7.2
- go@1.22.3
- java@17.0.10
- node@22.2.0
- python@3.11.11
tools:
- dartanalyzer@3.7.2
- eslint@8.57.0
- lizard@1.17.31
- pmd@7.11.0
- pylint@3.3.6
- revive@1.7.0
- semgrep@1.78.0
- trivy@0.66.0
@@ -0,0 +1,15 @@
runtimes:
- dart@3.7.2
- go@1.22.3
Comment on lines +1 to +11
runtimes:
- java@17.0.10
- node@22.2.0
- python@3.11.11
tools:
- eslint@8.57.0
- lizard@1.17.31
- opengrep@1.16.4
- pmd@6.55.0
- pylint@3.3.9
- trivy@0.69.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants