Affected by GO-2023-1894
and 1 other vulnerabilities
GO-2023-1894: code.gitea.io/gitea Open Redirect vulnerability
GO-2024-3056: Gitea Cross-site Scripting Vulnerability in code.gitea.io/gitea
package
Version:
v1.19.1
Opens a new window with list of versions in this module.
Published: Apr 13, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
Init initialize the repo indexer
UpdateRepoIndexer update a repository's entries in the indexer
DBIndexer implements Indexer interface to use database's like search
Index repository status function
type Indexer interface {
Index(id int64) error
Close()
}
Indexer defines an interface to index repository stats
Source Files
¶
Click to show internal directories.
Click to hide internal directories.