Affected by GO-2025-3492
and 4 other vulnerabilities
GO-2025-3492: Memos Server-Side Request Forgery (SSRF) in github.com/usememos/memos
GO-2025-3936: Memos Vulnerable to Path Traversal via the CreateResource Endpoint in github.com/usememos/memos
GO-2025-3937: Memos Vulnerable to Stored Cross-Site Scripting in github.com/usememos/memos
GO-2025-4127: Memos' Access Tokens Stay Valid after User Password Change in github.com/usememos/memos
GO-2026-5403: Memos has an Incorrect Privilege Assignment issue in github.com/usememos/memos
package
Version:
v0.31.0
Opens a new window with list of versions in this module.
Published: Sep 19, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package fakes3 provides an in-process S3-compatible service for tests.
type Server struct {
URL string
}
Server is an in-memory S3-compatible HTTP service.
New starts an in-process S3 service with the requested buckets.
Config returns a storage configuration that connects to the fake service.
GetObject reads an object directly from the in-memory store.
PutObject writes an object directly into the in-memory store, bypassing
the HTTP API, for arranging state that predates the code under test.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.