GO-2024-3056 : Gitea Cross-site Scripting Vulnerability in code.gitea.io/gitea
Discover Packages
code.gitea.io/gitea
modules
indexer
stats
package
Version:
v1.22.0-rc1
Opens a new window with list of versions in this module.
Published: Apr 27, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
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
TODO: this indexer is quite different from the others, maybe this package should be moved out from module/indexer
Source Files
¶
Click to show internal directories.
Click to hide internal directories.