Skip to content
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

Update ss_patterns #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ss_patterns
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import stripe stripe.api_key = "sk_live_4eC39HqLyjWDarjtT1zdp7dcTYooMQauvdEDq54MiTphI7jx"
import stripe stripe.api_key = "sk_live_4eC39HqLyjWDarjtT1zdp7dcTYooMQauvdEDq54MiTphI7jM"

Check failure on line 1 in ss_patterns

View workflow job for this annotation

GitHub Actions / Nightfall DLP

Detected api key

Suspicious content detected ("sk******************************************************", type "api key" (Very_likely STRIPE key))

Check failure on line 1 in ss_patterns

View workflow job for this annotation

GitHub Actions / Nightfall DLP

Detected simpleWordListKeyDetector

Suspicious content detected ("ke*", type "simpleWordListKeyDetector")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit 17caced.
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 17cacedc1b326ea186f52b02de7e050b19b553a7:ss_patterns:generic-api-key:1 >> .gitleaksignore

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 Gitleaks has detected a secret with rule-id stripe-access-token in commit 17caced.
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 17cacedc1b326ea186f52b02de7e050b19b553a7:ss_patterns:stripe-access-token:1 >> .gitleaksignore

stripe.Charge.create( amount=2000, currency="usd", source="tok_amex", # obtained with Stripe.js description="Charge for jenny.rosen@example.com" )
Loading