-
Notifications
You must be signed in to change notification settings - Fork 1
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
release: 0.0.1 #47
base: staging
Are you sure you want to change the base?
release: 0.0.1 #47
Conversation
feat(backend): implements mailing service
* feat: jpeg to pdf converter * fix: added path
* feat: add public page Dropbox, Hero * feat: add form .json, .md * feat: add s-label to form.json * feat: finished instructions * fix: list-style-types for lists * feat: add form Section * feat: add conditional fields * fix: remove error line * fix: get conditional-number working * feat: visual completion of form * chore: clean up package lock * chore: change from schema, added conditional yesno * fix: fix yes no to show arbitray file count Co-authored-by: loongyh <[email protected]>
|
Secret | Commit | Filename | Detected At | |
---|---|---|---|---|
Generic High Entropy Secret | 3a4c75e | backend/src/mailer/templates/standard.ts | 15:20 January 26th, 2022 | View secret |
Generic High Entropy Secret | 3a4c75e | backend/src/mailer/templates/standard.ts | 15:20 January 26th, 2022 | View secret |
Generic High Entropy Secret | 3a4c75e | backend/src/mailer/templates/standard.ts | 15:20 January 26th, 2022 | View secret |
Generic High Entropy Secret | 76dbf92 | backend/src/mailer/templates/standard.ts | 01:14 January 28th, 2022 | View secret |
Generic High Entropy Secret | 76dbf92 | backend/src/mailer/templates/standard.ts | 01:14 January 28th, 2022 | View secret |
Generic High Entropy Secret | 76dbf92 | backend/src/mailer/templates/standard.ts | 01:14 January 28th, 2022 | View secret |
Generic High Entropy Secret | 3a4c75e | backend/src/mailer/templates/standard.ts | 15:20 January 26th, 2022 | View secret |
Generic High Entropy Secret | 3a4c75e | backend/src/mailer/templates/standard.ts | 15:20 January 26th, 2022 | View secret |
Generic High Entropy Secret | 3a4c75e | backend/src/mailer/templates/standard.ts | 15:20 January 26th, 2022 | View secret |
Generic High Entropy Secret | 76dbf92 | backend/src/mailer/templates/standard.ts | 01:14 January 28th, 2022 | View secret |
Generic High Entropy Secret | 76dbf92 | backend/src/mailer/templates/standard.ts | 01:14 January 28th, 2022 | View secret |
Generic High Entropy Secret | 76dbf92 | backend/src/mailer/templates/standard.ts | 01:14 January 28th, 2022 | 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 is an automated secrets detection service.We help developers and security teams secure the modern software development process.
Our GitHub checks need improvements? Share your feedbacks
You have successfully added a new CodeQL configuration |
Context
Why does this PR exist? What problem are you trying to solve? What issue does this close?
Closes [insert issue #]
Approach
How did you solve the problem?
Features:
Improvements:
Bug Fixes:
Before & After Screenshots
BEFORE:
[insert screenshot here]
AFTER:
[insert screenshot here]
Tests
What tests should be run to confirm functionality?
Deploy Notes
Notes regarding deployment of the contained body of work. These should note any
new dependencies, new scripts, etc.
New environment variables:
env var
: env var detailsNew scripts:
script
: script detailsNew dependencies:
dependency
: dependency detailsNew dev dependencies:
dependency
: dependency detailsRisks
Describes potential risks with this PR. Consider carefully what could possibly happen in a worse case scenario. If possible, try to define risks as 2 items: Impact and Likelihood and use your best judgment.