Affected by GO-2022-0878
and 1 other vulnerabilities
GO-2022-0878 : Use of Cryptographically Weak Pseudo-Random Number Generator in Rclone in github.com/rclone/rclone
GO-2026-4964 : Rclone: Unauthenticated options/set allows runtime auth bypass, leading to sensitive operations and command execution in github.com/rclone/rclone
Discover Packages
github.com/rclone/rclone
lib
plugin
package
Version:
v1.50.2
Opens a new window with list of versions in this module.
Published: Nov 19, 2019
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 49
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Package plugin implements loading out-of-tree storage backends
using https://golang.org/pkg/plugin/ on Linux and macOS.
If the $RCLONE_PLUGIN_PATH is present, any Go plugins in that dir
named like librcloneplugin_NAME.so will be loaded.
To create a plugin, write the backend package like it was in-tree
but set the package name to "main". Then, build the plugin with
go build -buildmode=plugin -o librcloneplugin_NAME.so
where NAME equals the plugin's fs.RegInfo.Name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.