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

Develop #23

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Develop #23

wants to merge 29 commits into from

Conversation

dextel2
Copy link
Owner

@dextel2 dextel2 commented Sep 30, 2022


name: PR
about: Pull Request
title: ''
labels: ''
assignees: dextel2


What have you Changed(must)

Write here what you have changed in codebase

Issue no.(must) -

Self Check(Tick After Making pull Request)

  • This issue was assigned to me if not it will marked as spam.
  • My file is in proper folder.
  • I am following clean code and Documentation.
  • I have added title and what program will do first in the file.
  • I have not tampred with the database key or any other modules

dextel2 and others added 19 commits September 28, 2021 22:32
+ Added Prettier Config
+ Working on NoSQL Changes
+ Added NoSQL Code and static method
+ working on the dynamic translations
Converted the entire project to ES6 from ES5,  and started working on the build scripts
Added code regards to co-point, needs review
added null or undefined check to avoid code break
@gitguardian
Copy link

gitguardian bot commented Sep 30, 2022

⚠️ GitGuardian has uncovered 4 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 Secret Commit Filename
1595007 MongoDB Credentials d669baa .env.prod View secret
1595008 MongoDB Credentials 9918b26 utils/database.js View secret
1595008 MongoDB Credentials d669baa utils/database.js View secret
1595008 MongoDB Credentials 9918b26 utils/database.js View secret
🛠 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 the best practices.
  3. Revoke and rotate these secrets.
  4. 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


🦉 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.

Our GitHub checks need improvements? Share your feedbacks!

MONGO_DB_USER = karankeyash
MONGO_DB_PASS = 5iQjbOd5VsALNtKL
MONGO_CONNECTION = mongodb+srv://karankeyash:[email protected]/myFirstDatabase?retryWrites=true&w=majority
Copy link
Contributor

Choose a reason for hiding this comment

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

This shouldn't be here

karankeyash and others added 8 commits October 2, 2022 18:16
Code review, removed unnecessary console logs
+ Changed normal function to named function, It's ideal to use arrow function instead of conventional function if we are not returning anything
@sonarcloud
Copy link

sonarcloud bot commented Oct 2, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability E 1 Vulnerability
Security Hotspot A 0 Security Hotspots
Code Smell A 8 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants