Conversation
5568ec8 to
d5326d8
Compare
src/app/dropbox/page.tsx
Outdated
| }); | ||
|
|
||
| const awsKey = "AKIA1234567890ABCDEF"; | ||
| const problemSecret = "AKIAIOSFODNN7EXaAMPLE"; |
There was a problem hiding this comment.
🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit ab43e99.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.
echo ab43e99d812da9af8f8f9f925b478703d5d6d329:src/app/dropbox/page.tsx:generic-api-key:147 >> .gitleaksignore
| } | ||
| }); | ||
|
|
||
| const git_token = "ghp_1234567890abcdefghijklmnopqrstuvwx" |
There was a problem hiding this comment.
🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit 631821a.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.
echo 631821a57ed4e32823de17fb36cb0a85fd11e60c:src/app/dropbox/page.tsx:generic-api-key:146 >> .gitleaksignore
src/app/dropbox/page.tsx
Outdated
| } | ||
| }); | ||
|
|
||
| const awsKey = "AKIA1234567890ABCDEF"; |
There was a problem hiding this comment.
🛑 Gitleaks has detected a secret with rule-id aws-access-token in commit 80aaa41.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.
echo 80aaa410e276b03aeeb5a6a74fb8e11c9734c39f:src/app/dropbox/page.tsx:aws-access-token:146 >> .gitleaksignore
| }); | ||
|
|
||
| const git_token = "ghp_1234567890abcdefghijklmnopqrstuvwx" | ||
| const test_token = "test_1234567890abcdefghijklmnopqrstuvwx"; |
There was a problem hiding this comment.
🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit d5326d8.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.
echo d5326d8eac7e0059da629d3d10009f3bfb1bceb3:src/app/dropbox/page.tsx:generic-api-key:147 >> .gitleaksignore
| const git_token = "ghp_1234567890abcdefghijklmnopqrstuvwx" | ||
| const test_token = "test_1234567890abcdefghijklmnopqrstuvwx"; | ||
| const AWS_ACCESS_KEY_ID = "AKIA1234567890ABCDEFGHI"; | ||
| const AWS_SECRET_ACCESS_KEY = "1234567890abcdefghijklmnopqrstuvwx"; |
There was a problem hiding this comment.
🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit d5326d8.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.
echo d5326d8eac7e0059da629d3d10009f3bfb1bceb3:src/app/dropbox/page.tsx:generic-api-key:149 >> .gitleaksignore
No description provided.