Skip to content

Commit 3b6c531

Browse files
octo-sts[bot]jonjohnsonjr
authored andcommitted
crossplane-provider-sql: remediate GHSA-fw7p-63qq-7hpr (#30187)
Co-authored-by: cve-remediation <cve-remediation@chainguard.dev> Export: d931114
1 parent 356ae97 commit 3b6c531

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

crossplane-provider-sql.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: crossplane-provider-sql
33
version: "0.14.0"
4-
epoch: 0 # CVE-2025-61732
4+
epoch: 1 # GHSA-fw7p-63qq-7hpr
55
description: Official SQL Provider for Crossplane by Upbound
66
copyright:
77
- license: Apache-2.0
@@ -27,6 +27,11 @@ pipeline:
2727
repository: https://github.com/crossplane-contrib/provider-sql
2828
tag: v${{package.version}}
2929

30+
- uses: go/bump
31+
with:
32+
deps: |-
33+
filippo.io/edwards25519@v1.1.1
34+
3035
- uses: go/build
3136
with:
3237
output: crossplane-sql-provider

0 commit comments

Comments
 (0)