Skip to content

Commit 4fdd836

Browse files
Merge branch 'main' into review/issue-471-ai-resource-importers
2 parents 7f1d112 + 914458b commit 4fdd836

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

application/frontend/src/pages/Search/Search.tsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,10 @@ export const SearchPage = () => {
138138

139139
<div className="hero-section__description">
140140
<p>
141-
OpenCRE is an interactive content linking platform for uniting security standards and
142-
guidelines. It offers easy navigation between documents, requirements and tools, making it
143-
easier for developers and security professionals to find the resources they need.
141+
OpenCRE is an interactive content linking platform that unites security standards and guidelines
142+
into one resource. It makes it easier for practitioners to find information, with mappings,
143+
deeplinks, browse, search, and an AI chatbot. Writers of material just have to refer to one
144+
OpenCRE requirement, to link to coverage if that topic in all the standards.
144145
</p>
145146
</div>
146147

@@ -193,11 +194,12 @@ export const SearchPage = () => {
193194
<div className="info-card__text">
194195
<p>
195196
OpenCRE currently links <strong>OWASP standards</strong> (Top 10, ASVS, Proactive Controls,
196-
Cheat sheets, Testing guide, ZAP, Juice shop, SAMM).
197+
Cheat sheets, Testing guide, ZAP, Juice shop, SAMM, AI Exchange, LLM top 10, ML top 10).
197198
</p>
198199
<p>
199200
Plus several <strong>other sources</strong> (CWE, CAPEC, NIST 800 53, NIST 800 63b, Cloud
200-
Control Matrix, ISO27001, ISO27002, and NIST SSDF).
201+
Control Matrix, ISO27001, ISO27002, NIST SSDF, and for AI: NIST, ENISA, BIML, MITRE ATLAS,
202+
and ETSI).
201203
</p>
202204
</div>
203205
</div>
@@ -467,7 +469,7 @@ export const SearchPage = () => {
467469
Contribute to the open-source project, report issues, and explore the codebase on our GitHub
468470
repository.
469471
</p>
470-
<a href="https://github.com/OWASP/OpenCRE">
472+
<a href="https://github.com/OWASP/OpenCRE#opencre">
471473
<button className="community-card__button">View Repository</button>
472474
</a>
473475
</div>

0 commit comments

Comments
 (0)