Multiverse-of-Projects / NewsAI

A dynamic NewsAI dashboard that uses NLP to analyze news articles, visualize sentiment trends, and extract insights through interactive data visualizations.
https://news-ai-dashboard.streamlit.app/
GNU General Public License v3.0
16 stars 30 forks source link

[pre-commit.ci] pre-commit autoupdate #18

Closed pre-commit-ci[bot] closed 2 months ago

pre-commit-ci[bot] commented 2 months ago

updates:

senior-dev-bot[bot] commented 2 months ago

Hi there! :wave: Thanks for opening a PR. It looks like you've already reached the 5 review limit on our Basic Plan for the week. If you still want a review, feel free to upgrade your subscription in the Web App and then reopen the PR

gitguardian[bot] commented 2 months ago

⚠️ GitGuardian has uncovered 3 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [13608936](https://dashboard.gitguardian.com/workspace/416468/incidents/13608936?occurrence=164454475) | Triggered | Google API Key | 265eab718f050ded595bb4b811b3f07803b67b25 | src/sentiment_analysis/reddit_analysis.py | [View secret](https://github.com/Devasy23/NewsAI/commit/265eab718f050ded595bb4b811b3f07803b67b25#diff-78ba47d438f2fcfad776479fc4100a8750fcb00a4f29b93f4f362718ce7961bcL34) | | [13608936](https://dashboard.gitguardian.com/workspace/416468/incidents/13608936?occurrence=164454476) | Triggered | Google API Key | 265eab718f050ded595bb4b811b3f07803b67b25 | src/sentiment_analysis/reddit_analysis.py | [View secret](https://github.com/Devasy23/NewsAI/commit/265eab718f050ded595bb4b811b3f07803b67b25#diff-78ba47d438f2fcfad776479fc4100a8750fcb00a4f29b93f4f362718ce7961bcR36) | | [13608936](https://dashboard.gitguardian.com/workspace/416468/incidents/13608936?occurrence=164557197) | Triggered | Google API Key | 15c139f3dd22ef519c8f4da9a27913c22f23cf02 | src/sentiment_analysis/reddit_analysis.py | [View secret](https://github.com/Devasy23/NewsAI/commit/15c139f3dd22ef519c8f4da9a27913c22f23cf02#diff-78ba47d438f2fcfad776479fc4100a8750fcb00a4f29b93f4f362718ce7961bcL36) |
🛠 Guidelines to remediate hardcoded secrets
1. Understand the implications of revoking this secret by investigating where it is used in your code. 2. Replace and store your secrets safely. [Learn here](https://blog.gitguardian.com/secrets-api-management?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) the best practices. 3. Revoke and [rotate these secrets](https://docs.gitguardian.com/secrets-detection/secrets-detection-engine/detectors/specifics/googleaiza#revoke-the-secret?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment). 4. If possible, [rewrite git history](https://blog.gitguardian.com/rewriting-git-history-cheatsheet?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment). 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](https://blog.gitguardian.com/secrets-api-management/?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) for managing and storing secrets including API keys and other credentials - install [secret detection on pre-commit](https://docs.gitguardian.com/ggshield-docs/integrations/git-hooks/pre-commit?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) 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.