Skip to content

Commit 2e52718

Browse files
committed
use 5 levels and adopt levels of activities
1 parent 5d419a4 commit 2e52718

File tree

3 files changed

+3266
-532
lines changed

3 files changed

+3266
-532
lines changed

src/assets/YAML/default/Implementation/ApplicationHardening.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,28 @@ Implementation:
181181
comments: ""
182182
dependsOn:
183183
- App. Hardening Level 2
184+
Usage of a Web Application Firewall:
185+
risk: Using an insecure application might lead to a compromised application.
186+
This might lead to total data theft or data modification.
187+
measure: |
188+
The usage of an API Gateway / Web Application Firewall might mitigate it. There are debates on how useful a WAF is for APIs.
189+
difficultyOfImplementation:
190+
knowledge: 4
191+
time: 4
192+
resources: 4
193+
usefulness: 2
194+
level: 5
195+
implementation:
196+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/apiMyth
197+
references:
198+
samm2:
199+
- D-SR-3-A
200+
iso27001-2017:
201+
- hardening is not explicitly covered by ISO 27001 - too specific
202+
- 13.1.3
203+
isImplemented: false
204+
evidence: ""
205+
comments: ""
206+
dependsOn:
207+
- App. Hardening Level 2
184208
...

src/assets/YAML/default/implementations.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,3 +723,9 @@ packj:
723723
url: https://github.com/ossillate-inc/packj
724724
description: |
725725
Packj is a tool to detect software supply chain attacks. It can detect malicious, vulnerable, abandoned, typo-squatting, and other "risky" packages from popular open-source package registries, such as NPM, RubyGems, and PyPI.
726+
apiMyth:
727+
name: Top 5 API Security Myths That Are Crushing Your Business
728+
tags: [documentation, waf]
729+
url: https://thehackernews.com/2022/11/top-5-api-security-myths-that-are.html
730+
description: |
731+
There are several myths and misconceptions about API security. These myths about securing APIs are crushing your business

0 commit comments

Comments
 (0)