GO-2025-3591: Miniflux Media Proxy vulnerable to Stored Cross-site Scripting due to improper Content-Security-Policy configuration in miniflux.app

The highest tagged major version is
v2.
package
Version:
v1.0.46
Opens a new window with list of versions in this module.
Published: Jul 22, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Block struct {
Object string `json:"object"`
Type string `json:"type"`
Bookmark Bookmark `json:"bookmark"`
}
type Bookmark struct {
Caption []interface{} `json:"caption"`
URL string `json:"url"`
}
Client represents a Notion client.
NewClient returns a new Notion client.
type Data struct {
Children []Block `json:"children"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.