Affected by GO-2022-0792
and 2 other vulnerabilities
GO-2022-0792: Privilege Escalation in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0857: Information Exposure in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0893: Access Restriction Bypass in kubernetes in github.com/kubernetes/kubernetes
command
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Sep 25, 2015
License: MIT, Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
A useful example app. You can use this to debug your tokens on the command line.
This is also a great place to look at how you might use this library.
Example usage:
The following will create and sign a token, then verify it and output the original claims.
echo {\"foo\":\"bar\"} | bin/jwt -key test/sample_key -alg RS256 -sign - | bin/jwt -key test/sample_key.pub -verify -
Source Files
¶
Click to show internal directories.
Click to hide internal directories.