Affected by GO-2022-0704
and 11 other vulnerabilities
GO-2022-0704 : Unauthenticated users can exploit an enumeration vulnerability in Harbor (CVE-2019-19030) in github.com/goharbor/harbor
GO-2022-0785 : "catalog's registry v2 api exposed on unauthenticated path in Harbor" in github.com/goharbor/harbor
GO-2022-0818 : Missing Authorization in Harbor in github.com/goharbor/harbor
GO-2022-0853 : SQL Injection in Cloud Native Computing Foundation Harbor in github.com/goharbor/harbor
GO-2022-0863 : Privilege Escalation in Cloud Native Computing Foundation Harbor in github.com/goharbor/harbor
GO-2022-0865 : Authenticated users can exploit an enumeration vulnerability in Harbor in github.com/goharbor/harbor
GO-2022-0876 : Cross-site Request Forgery (CSRF) in Cloud Native Computing Foundation Harbor in github.com/goharbor/harbor
GO-2022-0883 : SQL Injection in Cloud Native Computing Foundation Harbor in github.com/goharbor/harbor
GO-2023-2109 : Harbor timing attack risk in github.com/goharbor/harbor
GO-2024-2915 : Open Redirect URL in Harbor in github.com/goharbor/harbor
GO-2024-2916 : SQL Injection in Harbor scan log API in github.com/goharbor/harbor
GO-2024-3013 : Harbor fails to validate the user permissions when updating project configurations in github.com/goharbor/harbor
Discover Packages
github.com/goharbor/harbor
src
replication
operation
flow
package
Version:
v1.8.0-rc2
Opens a new window with list of versions in this module.
Published: May 16, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 30
Opens a new window with list of known importers.
Documentation
Documentation
¶
Controller is the controller that controls the replication flows
NewController returns an instance of the default flow controller
type Flow interface {
Run(interface{}) (int , error )
}
Flow defines the replication flow
NewCopyFlow returns an instance of the copy flow which replicates the resources from
the source registry to the destination registry. If the parameter "resources" isn't provided,
will fetch the resources first
NewDeletionFlow returns an instance of the delete flow which deletes the resources
on the destination registry
Source Files
¶
Click to show internal directories.
Click to hide internal directories.