-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathOSPS-VM.yaml
More file actions
581 lines (576 loc) · 19.8 KB
/
OSPS-VM.yaml
File metadata and controls
581 lines (576 loc) · 19.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
groups:
- id: VM
title: Vulnerability Management
description: |
Vulnerability Management focuses on the
processes and practices used to identify and
address security vulnerabilities in the project's
software dependencies. These controls help ensure
that the project is well positioned to respond to
security threats and vulnerabilities in the software.
controls:
- id: OSPS-VM-01
title: |
Publish Coordinated Vulnerability Disclosure Policy
objective: |
Establish a process for reporting and addressing vulnerabilities in the
project, ensuring that security issues are handled promptly and
transparently.
group: VM
guidelines:
- reference-id: BPB
entries:
- reference-id: R-B-6
- reference-id: R-B-8
- reference-id: R-S-2
- reference-id: S-B-14
- reference-id: S-B-15
- reference-id: CRA
entries:
- reference-id: 2.1
- reference-id: 2.2
- reference-id: 2.3
- reference-id: 2.6
- reference-id: 2.7
- reference-id: 2.8
- reference-id: SSDF
entries:
- reference-id: RV.1.3
- reference-id: CSF
entries:
- reference-id: GV.PO-01
- reference-id: GV.PO-02
- reference-id: ID.RA-01
- reference-id: ID.RA-08
- reference-id: ISO-18974
entries:
- reference-id: 4.1.5
- reference-id: 4.2.1
- reference-id: 4.3.2
- reference-id: OpenCRE
entries:
- reference-id: 887-750
- reference-id: Scorecard
entries:
- reference-id: Security-Policy
- reference-id: PSSCRM
entries:
- reference-id: D1.1
- reference-id: D1.2
- reference-id: D1.3
- reference-id: D1.5
- reference-id: SAMM
entries:
- reference-id: Governance -Create and Promote Lvl2
- reference-id: Governance -Policy & Compliance -Policy & Standards Lvl1
- reference-id: Implementation -Defect Management -Defect Tracking Lvl1
- reference-id: Implementation -Defect Management -Defect Tracking Lvl2
- reference-id: Implementation -Defect Management -Defect Tracking Lvl3
- reference-id: Operations -Incident Management -Incident Response Lvl1
- reference-id: Operations -Incident Management -Incident Response Lvl2
- reference-id: Operations -Incident Management -Incident Response Lvl3
- reference-id: PCIDSS
entries:
- reference-id: 2.1.1
- reference-id: 3.1.1
- reference-id: 4.1.1
- reference-id: 5.1.1
- reference-id: 6.1.1
- reference-id: 6.3.1
- reference-id: 6.3.2
- reference-id: 7.1.1
- reference-id: 8.1.1
- reference-id: 11.1.1
- reference-id: 11.2.1
- reference-id: 12.1.1
- reference-id: 12.1.3
- reference-id: 800-161
entries:
- reference-id: IR-1
- reference-id: IR-4
- reference-id: IR-6
- reference-id: IR-7(1)
- reference-id: IR-8
- reference-id: SI-2
- reference-id: UKSSCOP
entries:
- reference-id: Claim 3.4.1
- reference-id: Claim 3.5.1
- reference-id: Claim 4.1.2
- reference-id: BSI-TR-03185-2
entries:
- reference-id: VM.01
assessment-requirements:
- id: OSPS-VM-01.01
text: |
While active, the project documentation MUST
include a policy for coordinated vulnerability disclosure (CVD), with a clear
timeframe for response.
applicability:
- maturity-2
- maturity-3
recommendation: |
Create a SECURITY.md file at the root of the directory, outlining the
project's policy for coordinated vulnerability disclosure. Include a
method for reporting vulnerabilities. Set expectations for how the
project will respond and address reported issues.
- id: OSPS-VM-02
title: |
Publish Contacts and Process for Reporting Vulnerabilities.
objective: |
Enable external parties, such as researchers, to easily understand who they
should contact in the event that a vulnerability is found, and what process
they should follow.
group: VM
guidelines:
- reference-id: BPB
entries:
- reference-id: B-S-8
- reference-id: CRA
entries:
- reference-id: 2.5
- reference-id: SSDF
entries:
- reference-id: RV.1.3
- reference-id: CSF
entries:
- reference-id: GV.PO-01
- reference-id: GV.PO-02
- reference-id: ID.RA-01
- reference-id: ISO-18974
entries:
- reference-id: 4.1.1
- reference-id: 4.1.3
- reference-id: 4.1.5
- reference-id: 4.2.2
- reference-id: OpenCRE
entries:
- reference-id: 464-513
- reference-id: Scorecard
entries:
- reference-id: Security-Policy
- reference-id: SAMM
entries:
- reference-id: Governance -Policy&Compliance -Policy&Standards Lvl2
- reference-id: PCIDSS
entries:
- reference-id: 6.3.3
- reference-id: 12.1.1
- reference-id: 12.10.2
- reference-id: UKSSCOP
entries:
- reference-id: 3.2
- reference-id: 800-161
entries:
- reference-id: IR-1
- reference-id: IR-4
- reference-id: IR-6
- reference-id: IR-8
- reference-id: BSI-TR-03185-2
entries:
- reference-id: VM.01
assessment-requirements:
- id: OSPS-VM-02.01
text: |
While active, the project documentation MUST contain
security contacts.
applicability:
- maturity-1
recommendation: |
Create a security.md (or similarly-named) file that contains security
contacts for the project.
- id: OSPS-VM-03
title: |
Maintain Private Vulnerability Reporting Process
objective: |
Provide a means for reporting privately to the security contacts within
the project so that security vulnerabilities are not be shared with the
public until the project has been provided time to analyze and prepare
remediations to protect users of the project.
group: VM
guidelines:
- reference-id: BPB
entries:
- reference-id: R-B-7
- reference-id: CRA
entries:
- reference-id: 2.5
- reference-id: 2.6
- reference-id: OpenCRE
entries:
- reference-id: 308-514
- reference-id: SAMM
entries:
- reference-id: Operations -Incident Management -Incident Response Lvl3
- reference-id: PCIDSS
entries:
- reference-id: 6.3.1
- reference-id: 6.3.3
- reference-id: 12.10.2
- reference-id: UKSSCOP
entries:
- reference-id: 3.2
- reference-id: 800-161
entries:
- reference-id: IR-6
- reference-id: BSI-TR-03185-2
entries:
- reference-id: VM.01
assessment-requirements:
- id: OSPS-VM-03.01
text: |
While active, the project documentation MUST
provide a means for private vulnerability reporting directly to
the security contacts within the project.
applicability:
- maturity-2
- maturity-3
recommendation: |
Provide a means for security researchers to report vulnerabilities
privately to the project. This may be a dedicated email address, a
web form, VCS specialized tools, email addresses for security
contacts, or other methods.
- id: OSPS-VM-04
title: |
Publish Discovered Vulnerabilities
objective: |
Ensure that project end users have a well known mechanism to understand
vulnerabilities found within the project.
group: VM
guidelines:
- reference-id: CRA
entries:
- reference-id: 1.2a
- reference-id: 1.2b
- reference-id: 2.1
- reference-id: 2.4
- reference-id: 2.6
- reference-id: SSDF
entries:
- reference-id: PO.4.1
- reference-id: RV.2.1
- reference-id: RV.2.2
- reference-id: CSF
entries:
- reference-id: ID.RA-01
- reference-id: ISO-18974
entries:
- reference-id: 4.1.5
- reference-id: PSSCRM
entries:
- reference-id: G2.2
- reference-id: D1.1
- reference-id: PCIDSS
entries:
- reference-id: 6.2.3
- reference-id: 6.3.1
- reference-id: 6.3.2
- reference-id: 6.3.3
- reference-id: 11.3.1
- reference-id: UKSSCOP
entries:
- reference-id: 3.4
- reference-id: 3.5
- reference-id: 4.3
- reference-id: 800-161
entries:
- reference-id: CA-7
- reference-id: CM-3
- reference-id: CM-8
- reference-id: IR-5
- reference-id: SI-2
- reference-id: SI-4
- reference-id: SI-5
- reference-id: BSI-TR-03185-2
entries:
- reference-id: VM.02
assessment-requirements:
- id: OSPS-VM-04.01
text: |
While active, the project documentation MUST
publicly publish data about discovered vulnerabilities.
applicability:
- maturity-2
- maturity-3
recommendation: |
Provide information about known vulnerabilities in a predictable
public channel, such as a CVE entry, blog post, or other medium.
To the degree possible, this information should include affected
version(s), how a consumer can determine if they are vulnerable, and
instructions for mitigation or remediation.
- id: OSPS-VM-04.02
text: |
While active, any vulnerabilities in the
software components not affecting the project MUST be accounted for
in a VEX document, augmenting the vulnerability report with
non-exploitability details.
applicability:
- maturity-3
recommendation: |
Establish a VEX feed communicating the exploitability status of
known vulnerabilities, including assessment details or any
mitigations in place preventing vulnerable code from being
executed.
- id: OSPS-VM-05
title: |
Publish and Enforce a Dependency Remediation Policy
objective: |
Identify and address defects and security weaknesses in the project's
imported code early in the development process, reducing the risk of
shipping insecure software.
group: VM
guidelines:
- reference-id: BPB
entries:
- reference-id: B-S-8
- reference-id: Q-B-12
- reference-id: Q-S-9
- reference-id: S-B-14
- reference-id: S-B-15
- reference-id: A-B-1
- reference-id: A-B-3
- reference-id: A-B-8
- reference-id: A-S-1
- reference-id: CRA
entries:
- reference-id: 1.2a
- reference-id: 1.2b
- reference-id: 1.2c
- reference-id: 2.1
- reference-id: 2.2
- reference-id: 2.3
- reference-id: 2.4
- reference-id: SSDF
entries:
- reference-id: PO.4
- reference-id: PW.1.2
- reference-id: PW.8.1
- reference-id: RV.1.2
- reference-id: RV.1.3
- reference-id: RV.2.1
- reference-id: RV.2.2
- reference-id: CSF
entries:
- reference-id: GV.RM-05
- reference-id: GV.RM-06
- reference-id: GV.PO-01
- reference-id: GV.PO-02
- reference-id: ID.RA-01
- reference-id: ID.RA-08
- reference-id: ID.IM-02
- reference-id: ISO-18974
entries:
- reference-id: 4.1.5
- reference-id: 4.2.1
- reference-id: 4.2.2
- reference-id: 4.3.2
- reference-id: OpenCRE
entries:
- reference-id: 155-155
- reference-id: 124-564
- reference-id: 757-271
- reference-id: 464-513
- reference-id: 611-158
- reference-id: 207-435
- reference-id: 088-377
- reference-id: Scorecard
entries:
- reference-id: Security-Policy
- reference-id: Vulnerabilities
- reference-id: PSSCRM
entries:
- reference-id: G5.4
- reference-id: P4.1
- reference-id: P4.2
- reference-id: P4.3
- reference-id: P4.4
- reference-id: P4.5
- reference-id: SAMM
entries:
- reference-id: Implementation -Secure Build-Build Process Lvl3
- reference-id: Implementation -Software Dependencies Lvl3
- reference-id: Verification -Security Testing -Scalable Baseline Lvl1
- reference-id: Verification -Security Testing -Scalable Baseline Lvl3
- reference-id: PCIDSS
entries:
- reference-id: 6.2.3
- reference-id: 6.3.1
- reference-id: 6.3.2
- reference-id: 6.4.1
- reference-id: 6.4.2
- reference-id: UKSSCOP
entries:
- reference-id: 1.2
- reference-id: 3.3
- reference-id: 800-161
entries:
- reference-id: CA-7
- reference-id: RA-5
- reference-id: SA-11
- reference-id: SI-2
- reference-id: SI-3
assessment-requirements:
- id: OSPS-VM-05.01
text: |
While active, the project documentation MUST include a policy that
defines a threshold for remediation of SCA findings related to
vulnerabilities and licenses.
applicability:
- maturity-3
recommendation: |
Document a policy in the project that defines a threshold for
remediation of SCA findings related to vulnerabilities and licenses.
Include the process for identifying, prioritizing, and remediating
these findings.
- id: OSPS-VM-05.02
text: |
While active, the project documentation MUST include a policy to
address SCA violations prior to any release.
applicability:
- maturity-3
recommendation: |
Document a policy in the project to address applicable Software
Composition Analysis results before any release, and add status checks
that verify compliance with that policy prior to release.
- id: OSPS-VM-05.03
text: |
While active, all changes to the project's codebase MUST be
automatically evaluated against a documented policy for malicious
dependencies and known vulnerabilities in dependencies, then blocked
in the event of violations, except when declared and suppressed as
non-exploitable.
applicability:
- maturity-3
recommendation: |
Create a status check in the project's version control system that
runs a Software Composition Analysis tool on all changes
to the codebase. Require that the status check passes before changes
can be merged.
- id: OSPS-VM-06
title: |
Publish and Enforce an Application Security Testing Policy
objective: |
Identify and address defects and security weaknesses in the project's
codebase early in the development process, reducing the risk of shipping
insecure software.
group: VM
guidelines:
- reference-id: BPB
entries:
- reference-id: B-S-8
- reference-id: Q-B-12
- reference-id: Q-S-9
- reference-id: S-B-14
- reference-id: S-B-15
- reference-id: A-B-1
- reference-id: A-B-3
- reference-id: A-B-8
- reference-id: A-S-1
- reference-id: CRA
entries:
- reference-id: 1.2a
- reference-id: 1.2b
- reference-id: 1.2c
- reference-id: 2.1
- reference-id: 2.2
- reference-id: 2.3
- reference-id: 2.4
- reference-id: SSDF
entries:
- reference-id: PO.4
- reference-id: PW.1.2
- reference-id: PW.8.1
- reference-id: RV.1.2
- reference-id: RV.1.3
- reference-id: RV.2.1
- reference-id: RV 2.2
- reference-id: CSF
entries:
- reference-id: GV.RM-05
- reference-id: GV.RM-06
- reference-id: GV.PO-01
- reference-id: GV.PO-02
- reference-id: ID.RA-01
- reference-id: ID.RA-08
- reference-id: ID.IM-02
- reference-id: ISO-18974
entries:
- reference-id: 4.1.5
- reference-id: 4.2.1
- reference-id: 4.2.2
- reference-id: 4.3.2
- reference-id: OpenCRE
entries:
- reference-id: 155-155
- reference-id: 124-564
- reference-id: 757-271
- reference-id: 464-513
- reference-id: 611-158
- reference-id: 207-435
- reference-id: 088-377
- reference-id: Scorecard
entries:
- reference-id: Security-Policy
- reference-id: Vulnerabilities
- reference-id: SAST
- reference-id: PSSCRM
entries:
- reference-id: G5.4
- reference-id: P4.1
- reference-id: P4.2
- reference-id: P4.3
- reference-id: P4.4
- reference-id: P4.5
- reference-id: SAMM
entries:
- reference-id: Implementation -Secure Build-Build Process Lvl3
- reference-id: Implementation -Software Dependencies Lvl3
- reference-id: Verification -Security Testing -Scalable Baseline Lvl1
- reference-id: Verification -Security Testing -Scalable Baseline Lvl3
- reference-id: PCIDSS
entries:
- reference-id: 6.2.3
- reference-id: 6.3.1
- reference-id: 6.3.2
- reference-id: 6.4.1
- reference-id: 6.4.2
- reference-id: 6.5.2
- reference-id: UKSSCOP
entries:
- reference-id: 1.3
- reference-id: 1.4
- reference-id: 800-161
entries:
- reference-id: CA-7
- reference-id: RA-5
- reference-id: SA-11
- reference-id: SI-2
- reference-id: SI-3
- reference-id: BSI-TR-03185-2
entries:
- reference-id: QA.05
assessment-requirements:
- id: OSPS-VM-06.01
text: |
While active, the project documentation MUST include a policy that
defines a threshold for remediation of SAST findings.
applicability:
- maturity-3
recommendation: |
Document a policy in the project that defines a threshold for
remediation of Static Application Security Testing (SAST) findings.
Include the process for identifying, prioritizing, and remediating
these findings.
- id: OSPS-VM-06.02
text: |
While active, all changes to the project's codebase MUST be
automatically evaluated against a documented policy for security
weaknesses and blocked in the event of violations except when declared
and suppressed as non-exploitable.
applicability:
- maturity-3
recommendation: |
Create a status check in the project's version control system that
runs a Static Application Security Testing (SAST) tool on all changes
to the codebase. Require that the status check passes before changes
can be merged.