Affected by GO-2024-3323
and 3 other vulnerabilities
GO-2024-3323: SiYuan has an arbitrary file read and path traversal via /api/export/exportResources in github.com/siyuan-note/siyuan/kernel
GO-2024-3324: SiYuan has an SSTI via /api/template/renderSprig in github.com/siyuan-note/siyuan/kernel
GO-2024-3326: SiYuan has an arbitrary file write in the host via /api/asset/upload in github.com/siyuan-note/siyuan/kernel
GO-2024-3327: SiYuan has an arbitrary file read via /api/template/render in github.com/siyuan-note/siyuan/kernel
package
Version:
v0.0.0-...-adc8199
Opens a new window with list of versions in this module.
Published: Dec 31, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 50
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Channel struct {
Name string `json:"name"`
Count int `json:"count"`
}
type DocFile struct {
ID string `json:"id"`
Children []*DocFile `json:"children,omitempty"`
}
type Workspace struct {
Path string `json:"path"`
Closed bool `json:"closed"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.