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.2.0-rc2
Opens a new window with list of versions in this module.
Published: May 5, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Store is the interface for storing and listing configs versions
type Version struct {
Id uint64 `json:"Id,omitempty"`
Data interface{} `json:"Data,omitempty"`
Date time.Time
User string
Log string
}
Version is a structure for encapsulating a new version of configs with additional metadata
Source Files
¶
Click to show internal directories.
Click to hide internal directories.