Skip to content

Commit 15ddc4c

Browse files
committed
reinstate OpenCRE section
1 parent f70a63a commit 15ddc4c

File tree

6 files changed

+66
-6
lines changed

6 files changed

+66
-6
lines changed

_data/draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docs:
3232
url: requirements/risk_profile
3333

3434
- title: '3.3 OpenCRE'
35-
url: requirements/opencre
35+
url: requirements/integration_standard_opencre
3636

3737
- title: '3.4 SecurityRAT'
3838
url: requirements/security_rat

_data/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docs:
3232
url: requirements/risk_profile
3333

3434
- title: '3.3 OpenCRE'
35-
url: requirements/opencre
35+
url: requirements/integration_standard_opencre
3636

3737
- title: '3.4 SecurityRAT'
3838
url: requirements/security_rat
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
3+
title: OpenCRE and Integration Standards
4+
layout: col-document
5+
tags: OWASP Developer Guide
6+
contributors: Jon Gadsden
7+
document: OWASP Developer Guide
8+
order: 503
9+
permalink: /draft/requirements/integration_standard_opencre/
10+
11+
---
12+
13+
{% include breadcrumb.html %}
14+
15+
[OpenCRE logo](../../../assets/images/logos/opencre.png "OWASP OpenCRE"){: height="180px" }
16+
17+
### 3.3 OpenCRE
18+
19+
The [Open Common Requirement Enumeration][opencre] (OpenCRE) is a catalog of security requirements,
20+
enumerating security topics and providing links to various standards, cheat sheets and guides.
21+
22+
The OWASP [Integration Standards][intstand] is a documentation project with production status,
23+
and includes both the OpenCRE and Security and the Application Security Wayfinder.
24+
25+
#### What is the Integration Standards project?
26+
27+
The [Integration Standards][intstand] project is at the centre of the OWASP project community;
28+
it provides guidance on how to navigate and use the many projects within OWASP.
29+
30+
Application Security Wayfinder
31+
32+
as of August 2024 there are 345 [OWASP projects][projects]
33+
34+
OWASP [Application Security Fragmentation][sdlc]
35+
36+
#### What is OpenCRE?
37+
38+
#### Why use OpenCRE?
39+
40+
#### How to use OpenCRE
41+
42+
#### References
43+
44+
* [Integration Standards][intstand] project
45+
* [OpenCRE][opencre]
46+
* OWASP [Application Security Fragmentation][sdlc]
47+
48+
----
49+
50+
The OWASP Developer Guide is a community effort; if there is something that needs changing
51+
then [submit an issue][issue0503] or [edit on GitHub][edit0503].
52+
53+
[edit0503]: https://github.com/OWASP/www-project-developer-guide/blob/main/draft/05-requirements/03-opencre.md
54+
[issue0503]: https://github.com/OWASP/www-project-developer-guide/issues/new?labels=content&template=request.md&title=Update:%2005-requirements/03-opencre
55+
[opencre]: https://www.opencre.org/
56+
[intstand]: https://owasp.org/www-project-integration-standards/
57+
[projects]: https://owasp.org/projects/
58+
[sdlc]: https://owasp.org/www-project-integration-standards/writeups/owasp_in_sdlc/
59+
60+
\newpage

draft/05-requirements/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Sections:
5050

5151
3.1 [Requirements in practice](01-requirements.md)
5252
3.2 [Risk profile](02-risk.md)
53-
3.3 [OpenCRE](03-opencre.md)
53+
3.3 [OpenCRE](03-int-stand.md)
5454
3.4 [SecurityRAT](04-security-rat.md)
5555
3.5 [Application Security Verification Standard](05-asvs.md)
5656
3.6 [Mobile Application Security](06-mas.md)

draft/07-implementation/02-dependencies/03-cyclonedx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permalink: /draft/implementation/dependencies/cyclonedx/
1313
{% include breadcrumb.html %}
1414

1515
<style type="text/css">
16-
.image-right-small {
16+
.image-right {
1717
height: 26px;
1818
display: block;
1919
margin-left: auto;
@@ -24,7 +24,7 @@ permalink: /draft/implementation/dependencies/cyclonedx/
2424

2525
### 5.2.3 CycloneDX
2626

27-
![CycloneDX logo](../../../../assets/images/logos/cyclonedx.png "OWASP CycloneDX"){: .image-right-small }
27+
![CycloneDX logo](../../../../assets/images/logos/cyclonedx.png "OWASP CycloneDX"){: .image-right }
2828

2929
OWASP [CycloneDX][cyclonedx] is a full-stack Bill of Materials (BOM) standard
3030
that provides advanced supply chain capabilities for cyber risk reduction.

draft/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This draft version has the latest contributions to the Developer Guide so expect
3232
3 **[Requirements](05-requirements/toc.md)**
3333
3.1 [Requirements in practice](05-requirements/01-requirements.md)
3434
3.2 [Risk profile](05-requirements/02-risk.md)
35-
3.3 [OpenCRE](05-requirements/03-opencre.md)
35+
3.3 [OpenCRE](05-requirements/03-int-stand.md)
3636
3.4 [SecurityRAT](05-requirements/04-security-rat.md)
3737
3.5 [Application Security Verification Standard](05-requirements/05-asvs.md)
3838
3.6 [Mobile Application Security](05-requirements/06-mas.md)

0 commit comments

Comments
 (0)