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
package
Version:
v4.0.0-beta1
Opens a new window with list of versions in this module.
Published: Apr 19, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package BoltDB provides tools for using Bolt as a standard persistence layer for services
NewDAO creates a new handler for the boltdb dao
DAO defines the functions specific to the boltdb dao
type Handler struct {
dao.DAO
}
Handler for the main functions of the DAO
func (*Handler) Compact ¶
Compact makes a copy of the current DB and replace it as a connection
func (*Handler) DB ¶
DB returns the bolt DB object
func (*Handler) Init ¶
Init initialises the handler
LocalAccess overrides DAO
Source Files
¶
Click to show internal directories.
Click to hide internal directories.