Affected by GO-2022-0783
and 4 other vulnerabilities
GO-2022-0783 : JWT leak via Open Redirect in Programmatic access in github.com/pomerium/pomerium
GO-2022-0933 : Incorrect handling of H2 GOAWAY + SETTINGS frames in github.com/pomerium/pomerium
GO-2023-1800 : Pomerium vulnerable to Incorrect Authorization with specially crafted requests in github.com/pomerium/pomerium
GO-2024-2965 : Pomerium exposed OAuth2 access and ID tokens in user info endpoint response in github.com/pomerium/pomerium
GO-2024-3179 : Pomerium service account access token may grant unintended access to databroker API in github.com/pomerium/pomerium
Discover Packages
github.com/pomerium/pomerium
cache
package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Apr 5, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package cache is a pomerium service that handles the storage of user
session state. It communicates over RPC with other pomerium services,
and can be configured to use a number of different backend cache stores.
Cache represents the cache service. The cache service is a simple interface
for storing keyed blobs (bytes) of unstructured data.
New creates a new cache service.
Close shuts down the underlying cache store, services, or both -- if any.
Get retrieves a key the cache store and returns the value, if found.
Set persists a key value pair in the cache store.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.