-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Fix Markdown lint issues in Secure Product Design Cheat Sheet #1835
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
Fix Markdown lint issues in Secure Product Design Cheat Sheet #1835
Conversation
8. Have a practiced Security Incident response plan: Having a plan in place for how to respond to a security incident is essential for minimizing the damage caused by any successful attack and a crucial part of the Product Support Model. | ||
|
||
Details of how to precisely ensure secure configuration can be found in [Infrastructure as Code Security Cheat Sheet](Infrastructure_as_Code_Security_Cheat_Sheet.md) | ||
- [OWASP Secure Product Design Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Secure_Product_Design_Cheat_Sheet.html) |
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.
This would be a circular link...
|
||
Details of how to precisely ensure secure configuration can be found in [Infrastructure as Code Security Cheat Sheet](Infrastructure_as_Code_Security_Cheat_Sheet.md) | ||
- [OWASP Secure Product Design Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Secure_Product_Design_Cheat_Sheet.html) | ||
- [CISA Secure by Design Guidelines](https://www.cisa.gov/secure-design) |
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.
This page doesn't appear to exist...
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.
Oh also, the changes in the PR are much more extensive than the PR description.
Hi @szh, all requested link fixes and formatting issues have been updated. |
…in Secure Product Design Cheat Sheet
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.
[CISA Secure by Design Guidelines](https://www.cisa.gov/secure-design)
is still present despite your statement otherwise.
I do not see a reason to update this markdown, our linter likes this version and it looks good in markdown and on the website. |
This PR addresses the markdown lint issues in the Secure Product Design Cheat Sheet only.
It is a follow-up to PR #1790, which was closed because it unintentionally included changes to multiple cheat sheets. This new PR ensures:
Secure_Product_Design_Cheat_Sheet.md
is modifiedNo other cheat sheets are affected.
Closes #1790 (supersedes previous PR).