Skip to content

Commit 4b53e8a

Browse files
authored
Merge pull request #35 from grcengineering/claude/add-how-to-harden-project-9onJc
Add How to Harden project to projects page
2 parents 76787ed + 16fad17 commit 4b53e8a

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/projects.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,26 @@
4444
**Developer:** [Ayoub Fandi](https://www.linkedin.com/in/ayoubfandi/)
4545

4646
**Contribute:** This project is open source! [View on GitHub](https://github.com/grcengineering/grc_engineering_lab_builder) to contribute improvements, report issues, or fork for your organization.
47+
48+
## How to Harden
49+
50+
<div style="background: linear-gradient(135deg, #0F2027 0%, #203A43 50%, #2C5364 100%); color: white; padding: 30px; border-radius: 12px; margin: 20px 0;">
51+
<h3 style="color: white; margin-top: 0;">SaaS Security Hardening Guides</h3>
52+
<p style="font-size: 16px; margin-bottom: 20px;">Community-driven, open-source security hardening guidance for cloud services. Focus on integration security and supply chain attack prevention through first-party controls you can implement independently.</p>
53+
<div style="display: flex; gap: 15px; flex-wrap: wrap;">
54+
<a href="https://howtoharden.com" target="_blank" rel="noopener noreferrer" style="background: white; color: #0F2027; padding: 12px 32px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 16px; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0,0,0,0.1);" onmouseover="this.style.transform='translateY(-2px)'; this.style.boxShadow='0 4px 12px rgba(15,32,39,0.3)';" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 2px 8px rgba(0,0,0,0.1)';">View Guides 🔒</a>
55+
</div>
56+
</div>
57+
58+
**Features:**
59+
60+
- **Platform-Specific Guides**: Hardening documentation for Salesforce, Microsoft 365, GitHub, Google Workspace, Slack, and Okta
61+
- **GUI & Infrastructure-as-Code**: Each guide available in both UI-based and IaC formats
62+
- **Integration Security Focus**: Restrict third-party integrations with IP allowlisting and vendor access controls
63+
- **Real-World Attack Mapping**: Documents supply chain incidents and maps them to specific preventive controls
64+
- **Beyond CIS Benchmarks**: Fills the gap in SaaS-specific integration controls and vendor risk mitigation
65+
- **Alpha Stage**: Actively seeking contributors across security, development, and research domains
66+
67+
**Developer:** [GRC Engineering](https://grc.engineering)
68+
69+
**Contribute:** This project is open source! [View on GitHub](https://github.com/grcengineering/how-to-harden) to contribute improvements, report issues, or fork for your organization.

0 commit comments

Comments
 (0)