-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Secret validation docs update #32768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
a1e1dc5
adding secrets validation file
3420bcb
adding secrets validation to nav
d13dc1f
updating page
0511c00
update tags
fd03426
updating wording based on guid
fd65837
updating wording again
d74f031
Update content/en/security/code_security/secret_scanning/secret_valid…
michellesdawg 529d16a
Update content/en/security/code_security/secret_scanning/secret_valid…
michellesdawg 1c92c26
Merge branch 'master' into michelle.sun/secret-validation-update
michellesdawg bf8262e
Merge branch 'master' into michelle.sun/secret-validation-update
michellesdawg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
content/en/security/code_security/secret_scanning/secret_validation.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| --- | ||
| title: Secret Validation | ||
| aliases: /security/code_security/secret_scanning/secret_validation/ | ||
| is_beta: true | ||
| algolia: | ||
| tags: ['static analysis', 'ci pipeline', 'SAST', 'secret scanning'] | ||
| --- | ||
| ## About validity checks | ||
| For certain detections (see the list below), Datadog checks whether a detected secret is valid during scans. For these live validation checks, Datadog makes API requests to provider endpoints to confirm that a credential is active. Datadog only makes requests to endpoints that do not return sensitive data or personally identifiable information (PII), and only to verify if the credential can still access the provider endpoint. | ||
|
|
||
| For secret types with validation available, Datadog displays the validation status in the explorer as "Active" or "Inactive". You can also filter or query detections by their Validation Status. | ||
|
|
||
| For some secret types, Datadog uses static validation methods, such as computing a checksum, to confirm that a detected secret is not a false positive. Static validation results are not displayed and all references to "validation" in the explorer correspond to live validation results. | ||
|
|
||
| ## List of supported validators | ||
| | Secret type | Static validator available | Live validator available | | ||
| |-------------|----------------------------|--------------------------| | ||
| |`adobe_access_token`|✓|✓| | ||
| |`adobe_refresh_token`|✓|✗| | ||
| |`adafruit_io_key`|✗|✓| | ||
| |`aiven_personal_token`|✗|✓| | ||
| |`anthropic's_claude_api_key`|✗|✓| | ||
| |`asana_oauth_token`|✓|✓| | ||
| |`asana_personal_access_token`|✗|✓| | ||
| |`atlassian_access_token`|✓|✓| | ||
| |`atlassian_refresh_token`|✓|✗| | ||
| |`aws_access_key_id`|✗|✓| | ||
| |`aws_secret_access_key`|✗|✓| | ||
| |`azure_container_registry_key`|✓|✗| | ||
| |`azure_entra_id_token`|✓|✗| | ||
| |`beamer_api_token`|✗|✓| | ||
| |`bitbucket_oauth_access_token`|✗|✓| | ||
| |`buildkite_access_token`|✗|✓| | ||
| |`circleci_personal_access_token`|✗|✓| | ||
| |`circleci_project_access_token`|✗|✓| | ||
| |`cloudflare_api_token`|✗|✓| | ||
| |`cloudflare_origin_ca_key`|✗|✓| | ||
| |`contentful_access_token`|✗|✓| | ||
| |`datadog_api_key`|✗|✓| | ||
| |`datadog_nonce_session_token`|✗|✓| | ||
| |`datadog_personal_access_token`|✗|✓| | ||
| |`discord_application_oauth_access_token`|✗|✓| | ||
| |`discord_application_token`|✗|✓| | ||
| |`discord_bot_token`|✗|✓| | ||
| |`docker_access_token`|✓|✓| | ||
| |`doppler_access_token`|✗|✓| | ||
| |`dropbox_access_token`|✗|✓| | ||
| |`duffel_test_access_token`|✗|✓| | ||
| |`fastly_api_token`|✗|✓| | ||
| |`flutterwave_api_secret_key`|✗|✓| | ||
| |`frame_io_developer_token`|✗|✓| | ||
| |`frame_io_oauth_session_secret`|✗|✓| | ||
| |`github_access_token`|✓|✓| | ||
| |`github_fine-grained_personal_access_token`|✗|✓| | ||
| |`heroku_api_key`|✗|✓| | ||
| |`hugging_face_access_token`|✗|✓| | ||
| |`intercom_access_token`|✗|✓| | ||
| |`launchdarkly_access_token`|✗|✓| | ||
| |`lichess_personal_access_token`|✗|✓| | ||
| |`non_expired_json_web_token`|✓|✗| | ||
| |`notion_integration_token`|✗|✓| | ||
| |`npm_access_token`|✓|✓| | ||
| |`openai_project_api_key`|✗|✓| | ||
| |`openai_user_api_key`|✗|✓| | ||
| |`oracle_access_token`|✓|✗| | ||
| |`pagerduty_api_token`|✗|✓| | ||
| |`perfect_cloud_api_key`|✗|✓| | ||
| |`postman_api_key`|✗|✓| | ||
| |`pulumi_access_token`|✗|✓| | ||
| |`rubygems_api_key`|✗|✓| | ||
| |`sendgrid_api_key`|✗|✓| | ||
| |`sentry_organization_token`|✗|✓| | ||
| |`sentry_personal_token`|✗|✓| | ||
| |`shippo_api_key`|✗|✓| | ||
| |`shippo_jwt`|✓|✓| | ||
| |`slack_access_token`|✗|✓| | ||
| |`snowflake_personal_access_token`|✓|✗| | ||
| |`square_access_token`|✗|✓| | ||
| |`typeform_personal_access_token`|✗|✓| | ||
| |`twilio_access_token`|✓|✗| | ||
| |`workos_api_key`|✗|✓| | ||
| |`xai_(grok)_api_key`|✗|✓| | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.