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.15.3
Opens a new window with list of versions in this module.
Published: Sep 1, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
HasScheme returns true if the given uri has the given scheme, false otherwise.
URI implements a parser for a URI format based on the the PKCS #11 URI Scheme
defined in https://tools.ietf.org/html/rfc7512
These URIs will be used to define the key names in a KMS.
New creates a new URI from a scheme and key-value pairs.
NewFile creates an uri for a file.
Parse returns the URI for the given string or an error.
ParseWithScheme returns the URI for the given string only if it has the given
scheme.
Get returns the first value in the uri with the give n key, it will return
empty string if that field is not present.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.