Skip to content
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

Updated home page text and added link to LinkedIn #343

Merged
merged 2 commits into from
Aug 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions application/frontend/src/pages/Search/components/BodyText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export const SearchBody = () => {
<p>
OpenCRE links each section of a resource (like a standard or guideline) to a shared topic, known as a
Common Requirement, causing that section to also link with all other resources that link to the same
topic. This 1) enables users to find all combined information from relevant sources, 2) it facilitates
a shared and better understanding of cyber security, and 3) it allows standard makers to have links
topic. This 1) enables users to find all combined information from relevant sources, 2) facilitates
a shared and better understanding of cyber security, and 3) allows standard makers to have links
that keep working and offer all the information that readers need, alleviating their need to cover
everything themselves. OpenCRE maintains itself: links to OpenCRE in the standard text are scanned
automatically. Furthermore, topics are linked with related other topics, creating a semantic web for
Expand All @@ -43,17 +43,17 @@ export const SearchBody = () => {
</p>
<h2>WHO?</h2>
<p>
It's the brainchild of independent software security professionals such as Spyros Gasteratos and Rob
OpenCRE is the independent brainchild of software security professionals Spyros Gasteratos and Rob
van der Veer, who joined forces to tackle the complexities and segmentation in current security
standards and guidelines. They collaborated closely with the SKF, OpenSSF and the Owasp Top 10
standards and guidelines. They collaborated closely with many initiatives, including SKF, OpenSSF and the Owasp Top 10
project. OpenCRE is an open-source platform overseen by the OWASP foundation through the
<a href="https://owasp.org/www-project-integration-standards/"> OWASP Integration standard project</a>
. The goal is to foster better coordination among security initiatives.
</p>
<p>
OpenCRE currently links OWASP standards (Top 10, ASVS, Proactive Controls, Cheat sheets, Testing
guide, ZAP, SAMM), plus several other sources (CWE, CAPEC, NIST-800 53, NIST-800 63b, Cloud Control
Matrix, ISO27001, ISO27002, NIST SSDF, and PCI-DSS).
guide, ZAP, Juice shop, SAMM), plus several other sources (CWE, CAPEC, NIST-800 53, NIST-800 63b, Cloud Control
Matrix, ISO27001, ISO27002, and NIST SSDF).
</p>
<p>
Contact us via (rob.vanderveer [at] owasp.org) to join the movement. Currently, a stakeholder group is
Expand All @@ -65,6 +65,10 @@ export const SearchBody = () => {
<a href="https://github.com/OWASP/www-project-integration-standards/raw/master/writeups/CRE-Explained6.pdf">
{' '}
CRE explanation document{' '}
</a>, follow our
<a href="https://www.linkedin.com/company/96695329">
{' '}
LinkedIn page{' '}
</a>{' '}
or click the diagram below.
</p>
Expand Down
Loading