Affected by GO-2022-1065
and 2 other vulnerabilities
GO-2022-1065: Gitea vulnerable to Argument Injection in code.gitea.io/gitea
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.17.2
Opens a new window with list of versions in this module.
Published: Sep 6, 2022
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.