Documentation
¶
Overview ¶
Package slack provides a verifier for Slack Bot/User tokens. It calls the Slack auth.test API 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 Slack token is active by calling the Slack auth.test endpoint. 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 Slack token is valid/active. Slack always answers auth.test with 200 and reports validity via the "ok" field, so no status code maps to inactive (InactiveStatuses is empty).
Click to show internal directories.
Click to hide internal directories.