Skip to content

Commit 1dcf7a0

Browse files
authored
Merge branch 'main' into feat/vuln
2 parents bfb9a99 + 73ba592 commit 1dcf7a0

4 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.11.1](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/compare/v1.11.0...v1.11.1) (2024-07-31)
2+
3+
4+
### Bug Fixes
5+
6+
* formatting ([4b37b45](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/commit/4b37b45c9a5f40c2f739f0e8509b7d07fe736224))
7+
8+
# [1.11.0](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/compare/v1.10.1...v1.11.0) (2024-07-19)
9+
10+
11+
### Features
12+
13+
* add auto merge of PRs ([8f9ea61](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/commit/8f9ea61b80c2dab6aea733e35da0ad665618ff44))
14+
* Add dep track to visualization ([162da73](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/commit/162da7338f4e1ad690637122516fd1873147a9e0))
15+
* add patching ([7233396](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/commit/7233396cfc8e8a72cc75f53bbe9067101178fdd2))
16+
* move SCA to level 2 ([11dafa2](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/commit/11dafa271acff38c9c8ae2cca7c3a72022e9df7a))
17+
* move SCA to level 2 ([51b8cd1](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/commit/51b8cd13daec712acee77ec3710557da95453dda))
18+
119
## [1.10.1](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/compare/v1.10.0...v1.10.1) (2023-11-15)
220

321

src/assets/YAML/default/BuildAndDeployment/PatchManagement.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Build and Deployment:
3939
measure:
4040
Fast patching of third party component is needed. The DevOps way is
4141
to have an automated pull request for new components. This includes
42+
4243
* Applications
4344
* Virtualized operating system components (e.g. container images)
4445
* Operating Systems
@@ -47,7 +48,7 @@ Build and Deployment:
4748
knowledge: 2
4849
time: 2
4950
resources: 2
50-
usefulness: 5
51+
usefulness: 4
5152
level: 1
5253
implementation:
5354
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/dependabot
@@ -62,8 +63,8 @@ Build and Deployment:
6263
- 12.6.1
6364
- 14.2.5
6465
iso27001-2022:
65-
- 8.8
66-
- 8.27
66+
- "8.8"
67+
- "8.27"
6768
comments: ""
6869
tags:
6970
- patching

src/assets/YAML/default/CultureAndOrganization/Design.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Culture and Organization:
273273
Information security targets are communicated:
274274
uuid: 1b9281b9-48e2-4c01-9ac6-9db9931c4885
275275
risk:
276-
Employees don't known their organizations security targets. Therefore
276+
Employees don't know their organizations security targets. Therefore
277277
security is not considered during development and administration as much as
278278
it should be.
279279
measure:

src/assets/YAML/generated/generated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13838,4 +13838,4 @@ Test and Verification:
1383813838
Default: false
1383913839
B: false
1384013840
C: false
13841-
...
13841+
...

0 commit comments

Comments
 (0)