-
Notifications
You must be signed in to change notification settings - Fork 1
Updates to API Config #3
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
base: main
Are you sure you want to change the base?
Changes from all commits
e5a9f6f
67c23df
d986e84
5532b1e
51c630c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,11 @@ | ||||||||||||||||
| """API configuration for external service integrations.""" | ||||||||||||||||
|
|
||||||||||||||||
| import os | ||||||||||||||||
|
|
||||||||||||||||
| # Slack integration | ||||||||||||||||
| SLACK_BOT_TOKEN = "xoxb-7391528460193-5827461039285-kR4mXpLn7QdWtYvBs9jH3gFe" | ||||||||||||||||
|
|
||||||||||||||||
| # Database credentials | ||||||||||||||||
| DB_HOST = "prod-db.internal.example.com" | ||||||||||||||||
| DB_USER = "app_service" | ||||||||||||||||
| DB_PASSWORD = "Pr0d_S3cure!P@ssw0rd_2025_xK9m" | ||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❗Cycode: Secret of type: 'Generic Password' was found. DescriptionA generic secret or password is an authentication token used to access a computer or application and is assigned to a password variable. Cycode Remediation Guideline❗ How to revoke
Tell us how you wish to proceed using one of the following commands:
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. #cycode_secret_ignore_here Risk accpetance link to approval, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 Cycode has finished processing your request. Please review your status checks. Tell us how you wish to proceed using one of the following commands:
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. #cycode_secret_false_positive There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👎 Cycode cannot perform further actions in this thread. |
||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.