openfga @ v1.9.5
integrity
- size
- 909.4 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Fixed
- Fix for CVE-2025-55213 / Advisory https://github.com/openfga/openfga/security/advisories/GHSA-mgh9-4mwp-fg55
- Do not run weight 2 optimization for cases where there are more than 1 directly assignable userset. #2643
Full Changelog: https://github.com/openfga/openfga/compare/v1.9.4...v1.9.5
download
unix · zip
curl -fL -o v1.9.5.zip https://ratatoskr.space/pkg/openfga/v1.9.5.zip
printf '%s %s\n' '39e44bf807780629a40f4cf29cea0b09681ed40e5f69dd50996bafbfc331dea9' 'v1.9.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.9.5.zip"
$out = "v1.9.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39e44bf807780629a40f4cf29cea0b09681ed40e5f69dd50996bafbfc331dea9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.9.5.tar.gz https://ratatoskr.space/pkg/openfga/v1.9.5.tar.gz
printf '%s %s\n' '4c608f4d782e9ac97527f65aa93b0c009c3d3210451d355e835fd3c0c8790335' 'v1.9.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.9.5.tar.gz"
$out = "v1.9.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4c608f4d782e9ac97527f65aa93b0c009c3d3210451d355e835fd3c0c8790335") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.9.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.9.5.zip
printf '%s %s\n' '39e44bf807780629a40f4cf29cea0b09681ed40e5f69dd50996bafbfc331dea9' 'v1.9.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.9.5.zip"
$out = "v1.9.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39e44bf807780629a40f4cf29cea0b09681ed40e5f69dd50996bafbfc331dea9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.9.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.9.5.tar.gz
printf '%s %s\n' '4c608f4d782e9ac97527f65aa93b0c009c3d3210451d355e835fd3c0c8790335' 'v1.9.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.9.5.tar.gz"
$out = "v1.9.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4c608f4d782e9ac97527f65aa93b0c009c3d3210451d355e835fd3c0c8790335") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.9.5.zip | zip | 912.2 KiB |
blake3-24 05fca7a08d8115bda9a692e0548a8149731f3f8fddb2c0c7
sha256 39e44bf807780629a40f4cf29cea0b09681ed40e5f69dd50996bafbfc331dea9
sha1 4d228644e71a56ef69b5f0ff3ca688a316b2fe2d
|
| v1.9.5.tar.gz | tar.gz | 716.9 KiB |
blake3-24 9b0e3b43838e72096ad894b863d4c830e1301f83a951d76a
sha256 4c608f4d782e9ac97527f65aa93b0c009c3d3210451d355e835fd3c0c8790335
sha1 c35ebcc65852b1bcafd4b85d7bd8049b09dc91d4
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v1.9.5.zip | zip | 922.6 KiB |
blake3-24 c16d759b3065dd39f3badb034e0522da44d526348b12ad9e
sha256 32b823288e7aecd2ecd4d8d220b8db08119a16e094218475c33c7663ebf26c36
sha1 91f9c5c488da91bbc89ca6b4bd796dd51cca2e47
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.9.5.tar.gz"],
integrity = "sha256-TGCPTXgumsl1J/ZaqTsMAJw9MhBFHTVeg1/TwMh5AzU=",
strip_prefix = "openfga-v1.9.5",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.9.5.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.9.5
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.9.5.tar.gz"],
integrity = "sha256-TGCPTXgumsl1J/ZaqTsMAJw9MhBFHTVeg1/TwMh5AzU=",
strip_prefix = "openfga-v1.9.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.9.5.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.9.5