Const// Basic usage with uniform security levels
<SecurityResourcesWidget
availabilityLevel="Moderate"
integrityLevel="Moderate"
confidentialityLevel="Moderate"
/>
// Advanced usage with custom configuration
<SecurityResourcesWidget
availabilityLevel="High"
integrityLevel="Very High"
confidentialityLevel="Moderate"
limit={12}
showTopResourcesOnly={true}
className="border-2 border-gray-200 p-4"
testId="main-security-resources"
/>
Widget that displays security resources and implementation guides
This component provides security practitioners with relevant resources, implementation guides, and best practices to help implement appropriate security controls for the selected security levels. It bridges the gap between security requirements and practical implementation.
Features
Business Perspective
This widget accelerates security implementation by providing practitioners with immediately actionable guidance, reducing research time and ensuring best practices are followed. It improves security ROI by helping teams implement controls correctly the first time. 📚