| Enum | Description |
|---|---|
| GitHubPAT.Type |
Represents a personal access token type.
|
| Password.Requirement |
Represents a password requirement.
|
| Annotation Type | Description |
|---|---|
| Alphanumeric |
The string has to be comprised of alphanumeric characters.
|
| ASCII |
The string has to be comprised of ASCII characters.
|
| BCryptHash |
The string has to be a valid bcrypt hash value.
|
| GitHubPAT |
The string has to be a GitHub Personal Access Token (PAT).
|
| JWT |
The string has to be a valid JSON Web Token (JWT),
formatted as base64url encoded strings separated into segments by dots.
|
| NullOrNotBlank |
The string must either be null, or have a non-empty value.
|
| OWASPEmail |
The string has to be an email address compliant with OWASP's recommended practices.
|
| Password |
The string has to be a well-formed password.
|
| SemanticVersion |
The string has to be a valid semantic version tag.
|
| SHAHash |
The string has to be a valid SHA hash value.
|
Copyright © 2023–2025 SEART. All rights reserved.