Affected by GO-2023-1808
and 2 other vulnerabilities
GO-2023-1808: Go package pydio/cells vulnerable to authorization bypass in github.com/pydio/cells
GO-2023-1809: go package pydio cells vulnerable to cross-site scripting in github.com/pydio/cells
GO-2023-2344: Abstrium Pydio Cells Resource Injection vulnerability in github.com/pydio/cells
The highest tagged major version is
v4.
package
Version:
v2.2.0-rc0+incompatible
Opens a new window with list of versions in this module.
Published: Nov 10, 2020
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 311
Opens a new window with list of known importers.
Documentation
¶
func FormatPath(ii ...interface{}) string
type KVStore interface {
Get() Value
Set(value interface{}) error
Del() error
}
KVStore
type Receiver interface {
Next() (Values, error)
Stop()
}
type Ref interface {
Get() string
}
type Scanner interface {
Scan(interface{}) error
}
type Unmarshaler interface {
Unmarshal([]byte, interface{}) error
}
func NewFrom(i interface{}) Values
Source Files
¶
Click to show internal directories.
Click to hide internal directories.