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.12+incompatible
Opens a new window with list of versions in this module.
Published: Sep 29, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 9
Opens a new window with list of known importers.
Documentation
¶
Package dao abstract the indexation engine and provides a bleve-based implementation.
type SearchEngine interface {
IndexNode(context.Context, *tree.Node, bool, map[string]struct{}) error
DeleteNode(context.Context, *tree.Node) error
SearchNodes(context.Context, *tree.Query, int32, int32, chan *tree.Node, chan *tree.SearchFacet, chan bool) error
ClearIndex(ctx context.Context) error
Close() error
}
Source Files
¶
Directories
¶
Package bleve implements the search engine using a Bleve indexer.
|
Package bleve implements the search engine using a Bleve indexer. |
Package stub is a helper for testing indexation
|
Package stub is a helper for testing indexation |
Click to show internal directories.
Click to hide internal directories.