Affected by GO-2022-0626
and 4 other vulnerabilities
GO-2022-0626 : Insufficient Session Expiration in Kiali in github.com/kiali/kiali
GO-2022-0631 : Hard coded cryptographic key in Kiali in github.com/kiali/kiali
GO-2022-0645 : Access control flaw in Kiali in github.com/kiali/kiali
GO-2022-0700 : Kiali Authentication Bypass vulnerability in github.com/kiali/kiali
GO-2023-2075 : Kiali content spoofing vulnerability in github.com/kiali/kiali
Discover Packages
github.com/kiali/kiali
routing
package
Version:
v0.20.0-snapshot.0
Opens a new window with list of versions in this module.
Published: May 3, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
Documentation
¶
NewRouter creates the router with all API routes and the static files handler
Route describes a single route
type Routes struct {
Routes []Route
}
Routes holds an array of Route. A note on swagger documentation. The path variables and query parameters
are defined in ../doc.go. YOu need to manually associate params and routes.
NewRoutes creates and returns all the API routes
Source Files
¶
Click to show internal directories.
Click to hide internal directories.