-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Adding new article on Security best practices #3423
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
Conversation
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.
Pull Request Overview
This PR adds a new article outlining security best practices for projects, with detailed sections on multi-factor authentication, secure development workflows, dependency management, and vulnerability reporting.
- Introduces key security themes such as MFA, secret scanning, and SCA tools.
- Provides practical examples and guidelines for maintaining project security.
Comments suppressed due to low confidence (1)
_articles/security-best-practices-for-your-project.md:12
- Consider updating the link to use HTTPS (i.e., https://maintainers.github.com/) to ensure secure navigation for readers.
To gain insights into the experiences of maintainers and their strategies for finding balance, we ran a workshop with 40 members of the <a href="http://maintainers.github.com/">Maintainer Community</a>, allowing us to learn from their firsthand experiences...
Hey @Kenyatta-forbes this looks awesome! Great article. There are some formatting lint failures that CI caught. It looks like most of them are due to "smart quotes" getting added by your editor, and there's a few where the formatter expects a blank line before a block quote or code sample: https://github.com/github/opensource.guide/actions/runs/14672360926/job/41181616740?pr=3423#step:6:272 Could you please take a pass at fixing these? I can help out if you want, LMK! |
Adding spaces between lines Signed-off-by: Kenyatta <[email protected]>
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.
Added spaces between lines. @ahpook I think I did it, lol.
updating `'`, not `’` apostrophe Signed-off-by: Kenyatta <[email protected]>
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.
'
, not ’
apostrophe - update
update - ’ Signed-off-by: Kenyatta <[email protected]>
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.
update ’
update to format Signed-off-by: Kenyatta <[email protected]>
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.
update to format
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.
Great article, thanks for the addition!
Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.