Affected by GO-2025-4180
and 1 other vulnerabilities
GO-2025-4180: Step CA Has Authorization Bypass in ACME and SCEP Provisioners in github.com/smallstep/certificates
GO-2025-4181: step-ca Has Improper Authorization Check for SSH Certificate Revocation in github.com/smallstep/certificates
package
Version:
v0.28.2
Opens a new window with list of versions in this module.
Published: Feb 20, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ParseClientID parses a Wire clientID. The ClientID format is as follows:
"wireapp://CzbfFjDOQrenCbDxVmgnFw!594930e9d50bb175@wire.com",
where '!' is used as a separator between the user id & device id.
type DeviceID struct {
Name string `json:"name,omitempty"`
Domain string `json:"domain,omitempty"`
ClientID string `json:"client-id,omitempty"`
Handle string `json:"handle,omitempty"`
}
type UserID struct {
Name string `json:"name,omitempty"`
Domain string `json:"domain,omitempty"`
Handle string `json:"handle,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.