Skip to content

Commit a7b9371

Browse files
committed
Move regular test to test intensity
1 parent ff0bac6 commit a7b9371

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

data/BuildandDeployment.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,6 @@ Build:
3232
iso27001-2017:
3333
- 12.1.1
3434
- 14.2.2
35-
Regular tests:
36-
risk: After pushing source code to the version control system, any delay in receiving feedback on defects makes them harder for the developer to remediate.
37-
measure: On each push and/or at given intervals automatic security tests are performed.
38-
difficultyOfImplementation:
39-
knowledge: 1
40-
time: 1
41-
resources: 1
42-
usefulness: 2
43-
level: 2
44-
implementation: ""
45-
samm2: i-secure-build|A|3
46-
iso27001-2017:
47-
- 14.2.3
48-
- 14.2.8
49-
- 14.2.9
5035
Signing of code:
5136
risk: Unauthorized manipulation of source code might be difficult to spot.
5237
measure: Digitally signing commits helps to prevent unauthorized manipulation of source code.

data/TestandVerification.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,21 @@ Static depth for applications:
293293
- "Test of client side components with known vulnerabilities"
294294
- "Static analysis for all self written components"
295295
Test-Intensity:
296+
Regular tests:
297+
risk: After pushing source code to the version control system, any delay in receiving feedback on defects makes them harder for the developer to remediate.
298+
measure: On each push and/or at given intervals automatic security tests are performed.
299+
difficultyOfImplementation:
300+
knowledge: 1
301+
time: 1
302+
resources: 1
303+
usefulness: 2
304+
level: 2
305+
implementation: ""
306+
samm2: i-secure-build|A|3
307+
iso27001-2017:
308+
- 14.2.3
309+
- 14.2.8
310+
- 14.2.9
296311
Creation and application of a testing concept:
297312
risk: Scans might use a too small or too high test intensity.
298313
measure: A testing concept considering the amount of time per scan/intensity is created and applied. A dynamic analysis needs more time than a static analysis. The dynamic scan, depending on the test intensity might be performed on every commit, every night, every week or once in a month.

0 commit comments

Comments
 (0)