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.1.2
Opens a new window with list of versions in this module.
Published: Mar 23, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package securecookie provides tools for using Bolt as a standard persistence layer for services
NewDAO creates a new handler for the boltdb dao
type DAO interface {
IsCookie()
dao.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) Init ¶
Init initialises the handler
LocalAccess overrides DAO
Source Files
¶
Click to show internal directories.
Click to hide internal directories.