Documentation
¶
Overview ¶
Package cloudflare provides a verifier for Cloudflare API tokens. It uses the Cloudflare API GET /client/v4/user/tokens/verify endpoint to check token validity.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
Verifier checks whether a Cloudflare API token is active by calling the Cloudflare API. It NEVER logs or persists raw token values.
func (*Verifier) Verify ¶
func (v *Verifier) Verify(ctx context.Context, raw detector.RawFinding) finding.VerificationResult
Verify checks if the detected Cloudflare API token is valid/active. Raw contains the token value. A 200 response may still indicate an inactive token when the response body reports success=false.
Click to show internal directories.
Click to hide internal directories.