Affected by GO-2024-2582
and 3 other vulnerabilities
GO-2024-2582: Minder trusts client-provided mapping from repo name to upstream ID in github.com/stacklok/minder
GO-2024-2871: Stacklok Minder vulnerable to denial of service from maliciously crafted templates in github.com/stacklok/minder
GO-2024-2885: Denial of service of Minder Server from maliciously crafted GitHub attestations in github.com/stacklok/minder
GO-2024-2934: Minder affected by denial of service from maliciously configured Git repository in github.com/stacklok/minder
package
Version:
v0.0.49
Opens a new window with list of versions in this module.
Published: May 16, 2024
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
¶
Package ptr contains the Ptr function
func Ptr[T any](val T) *T
Ptr takes an argument and returns a pointer to it
this is useful when instantiating structs whose fields are pointers to basic
types
Source Files
¶
Click to show internal directories.
Click to hide internal directories.