Skip to content

Commit c8cb023

Browse files
markzegarellisalolivares
authored andcommitted
Small edits
1 parent 992b649 commit c8cb023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/public-api/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ To enhance API token security, Segment partners with GitHub to prevent fraudulen
3232

3333
GitHub scans each commit in public repositories for Public API tokens and detected tokens are sent to Segment. Valid tokens are automatically revoked and workspace owners are notified. This process, GitHub identifying a token and Segment revoking it, typically takes seconds.
3434

35-
Learn more about [GitHub's secret scanning program](https://docs.github.com/en/developers/overview/secret-scanning-partner-program).
35+
Learn more about [GitHub's secret scanning program](https://docs.github.com/en/developers/overview/secret-scanning-partner-program){:target="_blank"}.
3636

3737
### Frequently Asked Questions
3838
#### What should I do if I see a notification that my token was exposed?
39-
In most cases, identifying and revoking an exposed token takes seconds. Still, we recommend you check the [audit trail](/docs/segment-app/iam/audit-trail/) to ensure no unauthorized actions were taken with the token.
39+
In most cases, identifying and revoking an exposed token takes seconds. Segment recommends you check the [audit trail](/docs/segment-app/iam/audit-trail/) to ensure no unauthorized actions were taken with the token.
4040

4141
#### How did my token get exposed?
42-
Typically, tokens are exposed when developers commit them to a public git repository. This can happen when developers use a token in a local development environment and forget to remove it before committing their code.
42+
Developers can accidentally commit tokens to public repositories, exposing them to the public. This can happen when developers use a token in a local development environment and forget to remove it before committing their code.
4343

4444
#### Why are exposed tokens automatically revoked?
4545
By automatically revoking the exposed token, Segment helps keep your workspace secure and prevents potential abuse of the token.

0 commit comments

Comments
 (0)