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:
v1.4.0
Opens a new window with list of versions in this module.
Published: Feb 20, 2019
License: AGPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 9
Opens a new window with list of known importers.
Documentation
¶
Package key implements a keystore for managing encryption keys attached to files.
type DAO interface {
dao.DAO
InsertNode(nodeUuid string, nonce []byte, blockSize int32) error
DeleteNode(nodeUuid string) error
SetNodeKey(nodeUuid string, ownerId string, userId string, keyData []byte) error
GetNodeKey(node string, user string) (*encryption.NodeKey, error)
DeleteNodeKey(node string, user string) error
DeleteNodeSharedKey(node string, ownerId string, userId string) error
DeleteNodeAllSharedKey(node string, ownerId string) error
}
Source Files
¶
Directories
¶
Package grpc provides a pydio GRPC service for managing files encryption keys
|
Package grpc provides a pydio GRPC service for managing files encryption keys |
Click to show internal directories.
Click to hide internal directories.