-
Notifications
You must be signed in to change notification settings - Fork 56
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 SECURITY.md for project security policy #315
Add SECURITY.md for project security policy #315
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #315 +/- ##
===========================================
- Coverage 88.90% 88.88% -0.02%
===========================================
Files 14 14
Lines 1226 1224 -2
Branches 177 177
===========================================
- Hits 1090 1088 -2
Misses 123 123
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks!
Could you please rebase, amend and force-push your commit? I've added a pre-commit check that will fix some formatting in the files. |
Yes, definitely. That's awesome, can you share how to setup such tests that automatically fixes files formatting and if it's applicable share any learning resources for implementing integration tests ? |
1a7f476
to
25df401
Compare
Yes of course, we're using pre-commit, and the |
In your case that would mean running |
I understand, thanks for clearing that up :) I will make sure to get to it in the evening. |
25df401
to
7d530f4
Compare
I apologize for the inconvenience before. Edit: In my previous change I forgot to fix the actual problem which is the EOF in security.md && PR314.doc. Again, I'm sorry, I got a bit too hasty and distracted. |
Signed-off-by: KhaledAchech <[email protected]>
Signed-off-by: KhaledAchech <[email protected]>
6dc7980
to
8ac9784
Compare
Thanks @KhaledAchech ! |
Awesome! Thank you for all the help ^^ |
Added a new security policy to the repository.
This pull request introduces a comprehensive security policy (
SECURITY.md
) to enhance the overall security posture of the project. The security policy outlines guidelines, procedures, and reporting mechanisms to address and respond to potential security vulnerabilities.I've carefully followed the contributing guidelines, but if there are any adjustments or additional steps needed, please let me know. I appreciate your time and consideration.