Affected by GO-2022-0779
and 2 other vulnerabilities
GO-2022-0873 : Control character injection in console output in github.com/ipfs/go-ipfs
GO-2024-2779 : Access Restriction Bypass in go-ipfs in github.com/ipfs/go-ipfs
Discover Packages
github.com/ipfs/go-ipfs
Godeps
_workspace
src
github.com
kardianos
osext
package
Version:
v0.3.8
Opens a new window with list of versions in this module.
Published: Oct 19, 2015
License: BSD-3-Clause, MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Extensions to the "os" package.
Find the current Executable and ExecutableFolder.
There is sometimes utility in finding the current executable file
that is running. This can be used for upgrading the current executable
or finding resources located relative to the executable file.
Multi-platform and supports:
Linux
OS X
Windows
Plan 9
BSDs.
Expand ▾
Collapse ▴
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Extensions to the standard "os" package.
Executable returns an absolute path that can be used to
re-invoke the current program.
It may not be valid after the current program exits.
Returns same path as Executable, returns just the folder
path. Excludes the executable name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.