Skip to content

Update module github.com/cloudflare/circl to v1.6.3 (main)#3910

Merged
amirbenun merged 1 commit intomainfrom
renovate/main-github.com-cloudflare-circl-1.x
Feb 10, 2026
Merged

Update module github.com/cloudflare/circl to v1.6.3 (main)#3910
amirbenun merged 1 commit intomainfrom
renovate/main-github.com-cloudflare-circl-1.x

Conversation

@elastic-renovate-prod
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/cloudflare/circl indirect patch v1.6.2 -> v1.6.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cloudflare/circl (github.com/cloudflare/circl)

v1.6.3: CIRCL v1.6.3

Compare Source

CIRCL v1.6.3

Fix a bug on ecc/p384 scalar multiplication.

What's Changed

Full Changelog: cloudflare/circl@v1.6.2...v1.6.3


Configuration

📅 Schedule: Branch creation - "after 1am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team as a code owner February 2, 2026 10:37
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-github.com-cloudflare-circl-1.x branch 11 times, most recently from 277162a to afe5082 Compare February 2, 2026 10:57
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-github.com-cloudflare-circl-1.x branch from afe5082 to d87ff32 Compare February 2, 2026 10:59
Copy link
Contributor

@amirbenun amirbenun left a comment

Choose a reason for hiding this comment

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

LGTM, CI passed.

@amirbenun amirbenun merged commit 9ec240f into main Feb 10, 2026
9 checks passed
@amirbenun amirbenun deleted the renovate/main-github.com-cloudflare-circl-1.x branch February 10, 2026 09:22
@ebeahan
Copy link
Member

ebeahan commented Mar 6, 2026

Is it possible to backport this bump to the active release branches?

When trying to release Elastic Agent for GKE, I'm seeing the following vulnerability reported on 8.19, 9.2, and 9.3:

{
  "taskReports": [
    {
      "taskType": "CHECK_PACKAGE_VULNERABILITIES",
      "createTime": "2026-03-06T16:12:57.620Z",
      "taskExecutionStatus": "ISSUES_FOUND",
      "digest": "Entity has one or more images with vulnerabilities.",
      "errorMessage": "Packages below are known to contain vulnerabilities. Please update the affected packages and resubmit the solution\n\nImage: https://gcr.io/cloud-launcher-images-prd/prod-elastic-cloud-billing/elastic-agent@sha256:5dc5d1b2d41a4dcc587aac2a13b41b324387ad79da060b24271a1861705f5978\n  Note: CVE-2026-1229\n  Package: github.com/cloudflare/circl\n  Package Type: GO\n  Affected Version: 1.6.1\n  Fixed Version: 1.6.3"
    },
    {
      "taskType": "CHECK_PACKAGE_VULNERABILITIES",
      "createTime": "2026-03-06T16:12:55.002Z",
      "taskExecutionStatus": "ISSUES_FOUND",
      "digest": "Entity has one or more images with vulnerabilities.",
      "errorMessage": "Packages below are known to contain vulnerabilities. Please update the affected packages and resubmit the solution\n\nImage: https://gcr.io/cloud-launcher-images-prd/prod-elastic-cloud-billing/elastic-agent@sha256:11afe740f99fb565b19236692e4072de7b7dac9e991e35c26b693333b47fa565\n  Note: CVE-2026-1229\n  Package: github.com/cloudflare/circl\n  Package Type: GO\n  Affected Version: 1.6.1\n  Fixed Version: 1.6.3"
    },
    {
      "taskType": "CHECK_PACKAGE_VULNERABILITIES",
      "createTime": "2026-03-06T16:12:57.820Z",
      "taskExecutionStatus": "ISSUES_FOUND",
      "digest": "Entity has one or more images with vulnerabilities.",
      "errorMessage": "Packages below are known to contain vulnerabilities. Please update the affected packages and resubmit the solution\n\nImage: https://gcr.io/cloud-launcher-images-prd/prod-elastic-cloud-billing/elastic-agent@sha256:345c4b7bba480532ff4e488b0ff11165962735f02cb601ca3a360205e63b86d1\n  Note: CVE-2026-1229\n  Package: github.com/cloudflare/circl\n  Package Type: GO\n  Affected Version: 1.6.1\n  Fixed Version: 1.6.3"
    }
  ]
}

mergify bot pushed a commit that referenced this pull request Mar 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/cloudflare/circl](https://redirect.github.com/cloudflare/circl)
| indirect | patch | `v1.6.2` -> `v1.6.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudflare/circl (github.com/cloudflare/circl)</summary>

###
[`v1.6.3`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.6.3):
CIRCL v1.6.3

[Compare
Source](https://redirect.github.com/cloudflare/circl/compare/v1.6.2...v1.6.3)

#### CIRCL v1.6.3

Fix a bug on ecc/p384 scalar multiplication.

##### What's Changed

- sign/mldsa: Check opts for nil value by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/582](https://redirect.github.com/cloudflare/circl/pull/582)
- ecc/p384: Point addition must handle point doubling case. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/583](https://redirect.github.com/cloudflare/circl/pull/583)
- Release CIRCL v1.6.3 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/584](https://redirect.github.com/cloudflare/circl/pull/584)

**Full Changelog**:
cloudflare/circl@v1.6.2...v1.6.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 1am on monday" (UTC), Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkLVNlY3VyaXR5LVBvc3R1cmUiLCJiYWNrcG9ydC1za2lwIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit 9ec240f)

# Conflicts:
#	go.mod
#	go.sum
mergify bot pushed a commit that referenced this pull request Mar 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/cloudflare/circl](https://redirect.github.com/cloudflare/circl)
| indirect | patch | `v1.6.2` -> `v1.6.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudflare/circl (github.com/cloudflare/circl)</summary>

###
[`v1.6.3`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.6.3):
CIRCL v1.6.3

[Compare
Source](https://redirect.github.com/cloudflare/circl/compare/v1.6.2...v1.6.3)

#### CIRCL v1.6.3

Fix a bug on ecc/p384 scalar multiplication.

##### What's Changed

- sign/mldsa: Check opts for nil value by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/582](https://redirect.github.com/cloudflare/circl/pull/582)
- ecc/p384: Point addition must handle point doubling case. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/583](https://redirect.github.com/cloudflare/circl/pull/583)
- Release CIRCL v1.6.3 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/584](https://redirect.github.com/cloudflare/circl/pull/584)

**Full Changelog**:
cloudflare/circl@v1.6.2...v1.6.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 1am on monday" (UTC), Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkLVNlY3VyaXR5LVBvc3R1cmUiLCJiYWNrcG9ydC1za2lwIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit 9ec240f)

# Conflicts:
#	go.mod
#	go.sum
mergify bot pushed a commit that referenced this pull request Mar 20, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/cloudflare/circl](https://redirect.github.com/cloudflare/circl)
| indirect | patch | `v1.6.2` -> `v1.6.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudflare/circl (github.com/cloudflare/circl)</summary>

###
[`v1.6.3`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.6.3):
CIRCL v1.6.3

[Compare
Source](https://redirect.github.com/cloudflare/circl/compare/v1.6.2...v1.6.3)

#### CIRCL v1.6.3

Fix a bug on ecc/p384 scalar multiplication.

##### What's Changed

- sign/mldsa: Check opts for nil value by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/582](https://redirect.github.com/cloudflare/circl/pull/582)
- ecc/p384: Point addition must handle point doubling case. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/583](https://redirect.github.com/cloudflare/circl/pull/583)
- Release CIRCL v1.6.3 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/584](https://redirect.github.com/cloudflare/circl/pull/584)

**Full Changelog**:
cloudflare/circl@v1.6.2...v1.6.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 1am on monday" (UTC), Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkLVNlY3VyaXR5LVBvc3R1cmUiLCJiYWNrcG9ydC1za2lwIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit 9ec240f)

# Conflicts:
#	go.mod
#	go.sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants