Skip to content

Commit 29e866a

Browse files
openfga/1.8.16-r0: cve remediation (#57881)
openfga/1.8.16-r0: fix GHSA-fv92-fjc5-jj9h Advisory data: https://github.com/wolfi-dev/advisories/blob/main/openfga.advisories.yaml --- ### "Breadcrumbs" for this automated service - **Source Code:** https://go/cve-remedy-automation-source - **Logs:** https://go/cve-remedy-automation-logs - **Docs:** _(not provided yet)_ Co-authored-by: octo-sts[bot] <[email protected]>
1 parent 8da88ae commit 29e866a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

openfga.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: openfga
33
version: "1.8.16"
4-
epoch: 0
4+
epoch: 1
55
description: A high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar
66
copyright:
77
- license: Apache-2.0
@@ -13,6 +13,11 @@ pipeline:
1313
tag: v${{package.version}}
1414
expected-commit: 71e4c765f48abe44a34927fb9937a9cc7c976772
1515

16+
- uses: go/bump
17+
with:
18+
deps: |-
19+
github.com/go-viper/mapstructure/[email protected]
20+
1621
- uses: go/build
1722
with:
1823
ldflags: |

0 commit comments

Comments
 (0)