Affected by GO-2025-4193
and 1 other vulnerabilities
GO-2025-4193: Fulcio allocates excessive memory during token parsing in github.com/sigstore/fulcio
GO-2026-4311: Fulcio is vulnerable to Server-Side Request Forgery (SSRF) via MetaIssuer Regex Bypass in github.com/sigstore/fulcio
package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jul 26, 2021
License: Apache-2.0
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
¶
type CertChainResponse struct {
SctVersion int `json:"sct_version"`
ID string `json:"id"`
Timestamp int64 `json:"timestamp"`
Extensions string `json:"extensions"`
Signature string `json:"signature"`
}
type ErrorResponse struct {
StatusCode int `json:"statusCode"`
ErrorCode string `json:"errorCode"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.