Affected by GO-2024-3086
and 1 other vulnerabilities
GO-2024-3086: Casdoor has reflected XSS in QrCodePage.js (GHSL-2024-036) in github.com/casdoor/casdoor
GO-2024-3087: Casdoor CORS misconfiguration (GHSL-2024-035) in github.com/casdoor/casdoor
package
Version:
v1.160.0
Opens a new window with list of versions in this module.
Published: Nov 19, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package routers
@APIVersion 1.0.0
@Title Casdoor API
@Description Documentation of Casdoor API
@Contact admin@casbin.org
type Object struct {
Owner string `json:"owner"`
Name string `json:"name"`
}
type Response struct {
Status string `json:"status"`
Msg string `json:"msg"`
Data interface{} `json:"data"`
Data2 interface{} `json:"data2"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.