Adding new article on Security best practices#3423
Conversation
There was a problem hiding this comment.
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 <153775386+Kenyatta-forbes@users.noreply.github.com>
There was a problem hiding this comment.
Added spaces between lines. @ahpook I think I did it, lol.
updating `'`, not `’` apostrophe Signed-off-by: Kenyatta <153775386+Kenyatta-forbes@users.noreply.github.com>
Kenyatta-forbes
left a comment
There was a problem hiding this comment.
', not ’ apostrophe - update
update - ’ Signed-off-by: Kenyatta <153775386+Kenyatta-forbes@users.noreply.github.com>
update to format Signed-off-by: Kenyatta <153775386+Kenyatta-forbes@users.noreply.github.com>
Kenyatta-forbes
left a comment
There was a problem hiding this comment.
update to format
ahpook
left a comment
There was a problem hiding this comment.
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.