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.2-rc1
Opens a new window with list of versions in this module.
Published: Oct 20, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Diff interface {
Add(...interface{})
Update(...interface{})
Delete(...interface{})
ToAdd() []interface{}
ToUpdate() []interface{}
ToDelete() []interface{}
}
Diff is a container resulting of Differ objects comparison
Differ provides a simple set of feature to compare and merge arbitrary structs
Source Files
¶
Click to show internal directories.
Click to hide internal directories.