Affected by GO-2022-0785
and 10 other vulnerabilities
GO-2022-0785 : "catalog's registry v2 api exposed on unauthenticated path in Harbor" in github.com/goharbor/harbor
GO-2022-0865 : Authenticated users can exploit an enumeration vulnerability in 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
GO-2025-3825 : Harbor repository description page has Cross-site Scripting vulnerability in github.com/goharbor/harbor
GO-2025-3825 : Harbor repository description page has Cross-site Scripting vulnerability in github.com/goharbor/harbor
GO-2025-3825 : Harbor repository description page has Cross-site Scripting vulnerability in github.com/goharbor/harbor
GO-2025-3825 : Harbor repository description page has Cross-site Scripting vulnerability in github.com/goharbor/harbor
GO-2025-3826 : Possible ORM Leak Vulnerability in the Harbor in github.com/goharbor/harbor
Discover Packages
github.com/goharbor/harbor
src
common
scheduler
task
package
Version:
v1.5.2
Opens a new window with list of versions in this module.
Published: Jul 18, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
DefaultStore is the default implemetation of Store interface.
NewDefaultStore is constructor method for DefaultStore.
AddTasks implements the same method in Store interface.
GetTasks implements the same method in Store interface.
type ScanAllTask struct{}
ScanAllTask is task of scanning all tags.
NewScanAllTask is constructor of creating ScanAllTask.
Name returns the name of the task.
type Store interface {
GetTasks() []Task
AddTasks(tasks ...Task )
}
Store is designed to keep the tasks.
Task is used to synchronously run specific action(s).
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.