Skip to content

Commit b8d1608

Browse files
committed
Rename hardening to impl.
1 parent 23e43cd commit b8d1608

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

USEAGE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ When implementing a security belt activity, approach a peer from the Security Ch
5555

5656
# Dimensions
5757

58-
In the following the dimesions and corresponding sub dimension are described. The descriptions are highly based (mostly copied) on the [OWASP Project Integration Project Writeup](https://github.com/OWASP/www-project-integration-standards/blob/master/writeups/owasp_in_sdlc/index.md).
58+
In the following the dimensions and corresponding sub dimension are described. The descriptions are highly based (mostly copied) on the [OWASP Project Integration Project Writeup](https://github.com/OWASP/www-project-integration-standards/blob/master/writeups/owasp_in_sdlc/index.md).
5959

60-
## Hardening
61-
The dimension hardening covers topic of "traditional" hardening of software and infrastructure components.
60+
## Implementation
61+
The dimension Implementation covers topic of "traditional" hardening of software and infrastructure components.
6262

6363
There is an abundance of libraries and frameworks implementing secure defaults. For frontend development, [ReactJS](https://reactjs.org/) seems to be the latest favourite in the Javascript world.
6464

data-yml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function readYaml($file) {
1414
"Culture and Org." => readYaml("data/CultureAndOrg.yml"),
1515
"Build and Deployment" => readYaml("data/BuildAndDeployment.yml"),
1616
"Information Gathering" => readYaml("data/InformationGathering.yml"),
17-
"Hardening" => readYaml("data/Hardening.yml"),
17+
"Implementation" => readYaml("data/Implementation.yml"),
1818
"Test and Verification" => readYaml("data/TestAndVerification.yml"),
1919
);
2020

js/example.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function replaceSubdimensionName(name) {
3636
return name
3737
.replace("for applications", "app")
3838
.replace("Hardening", "Hard.")
39+
.replace("Implementation", "Impl.")
3940
.replace("Guidance", "Guid.")
4041
.replace("for infrastructure", "infra")
4142
.replace("Dynamic", "Dyn.")

0 commit comments

Comments
 (0)