Affected by GO-2023-1931
and 1 other vulnerabilities
GO-2023-1931: CasaOS contains weak JWT secrets in github.com/IceWhaleTech/CasaOS
GO-2023-2026: CasaOS Command Injection vulnerability in github.com/IceWhaleTech/CasaOS
package
Version:
v0.4.4-3-alpha4
Opens a new window with list of versions in this module.
Published: Nov 20, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
* @Author: LinkLeong link@icewhale.org
* @Date: 2022-08-24 17:37:36
* @LastEditors: LinkLeong
* @LastEditTime: 2022-08-24 17:38:48
* @FilePath: /CasaOS/interfaces/migrationTool.go
* @Description:
* @Website: https://www.casaos.io
* Copyright (c) 2022 by icewhale, All Rights Reserved.
type MigrationTool interface {
IsMigrationNeeded() (bool, error)
PostMigrate() error
Migrate() error
PreMigrate() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.