-
Notifications
You must be signed in to change notification settings - Fork 125
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
Add Chatbot #356
Add Chatbot #356
Conversation
Signed-off-by: Aishwarya <[email protected]>
@chocolatecupcake2002 is attempting to deploy a commit to the pranavbarthwal's projects Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, you can contact the mentors for this project. |
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
- | Google API Key | 2919e6a | src/components/Chatbot/backend.js | View secret | |
- | Google API Key | 3d4c328 | src/components/Chatbot/backend.js | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
@PranavBarthwal The security check is raised for API.. should I remove the key and custom search engine ID? Any suggestions will be great! thanks |
Add it as an environment variable. |
i will leave it as DEMO_KEY in demo .env file? for the environment variable |
Yeaah, just name it properly like CHATBOT_API_KEY & CUSTOM_SEARCH_ENGINE_ID |
@PranavBarthwal |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Chatbot is good but please restore the original background gradient.
Great to know, can you clarify on original background gradient? you would like the previous css i had placed (black..white.. shown in issues) or the same as of webpage? |
nvm, someone had submitted the PR for that, so its fixed now. Just resolve the conflicts and tag me once its done, and it'll be merged. |
@PranavBarthwal the conflict is resolved pls check |
@PranavBarthwal can i know when the score will be added for closing this issue and how much is allocated for this task? also requesting to add in contributors list :) thanks. |
Next time the leaderboard is updated, you'll be able to see your score in the leaderboard. You'll get 40 or 45 points as this was level 3 issue. |
Add Chatbot
Issue Number: #2
closes: #2
Screenshots
Checklist:
contributing.md
file before contributingAdditional context: