Affected by GO-2022-0783
and 5 other vulnerabilities
GO-2022-0783 : JWT leak via Open Redirect in Programmatic access in github.com/pomerium/pomerium
GO-2022-0827 : pomerium_signature is not verified in middleware 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
internal
fileutil
package
Version:
v0.10.6
Opens a new window with list of versions in this module.
Published: Sep 30, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package fileutil provides file utility functions, complementing the
lower level abstractions found in the standard library.
Getwd returns a rooted path name corresponding to the
current directory. If the current directory can be
reached via multiple paths (due to symbolic links),
Getwd may return any one of them.
On failure, will return "."
IsReadableFile reports whether the file exists and is readable.
If the error is non-nil, it means there might be a file or directory
with that name but we cannot read it.
Adapted from the upspin.io source code.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.